[InstCombine] Signed saturation patterns
[llvm-complete.git] / lib / Target / SystemZ / SystemZCallingConv.cpp
blob91c7fae17a75a617ce8430cfc09e8eef9da470d5
1 //===-- SystemZCallingConv.cpp - Calling conventions for SystemZ ----------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "SystemZCallingConv.h"
10 #include "SystemZRegisterInfo.h"
12 using namespace llvm;
14 const MCPhysReg SystemZ::ArgGPRs[SystemZ::NumArgGPRs] = {
15 SystemZ::R2D, SystemZ::R3D, SystemZ::R4D, SystemZ::R5D, SystemZ::R6D
18 const MCPhysReg SystemZ::ArgFPRs[SystemZ::NumArgFPRs] = {
19 SystemZ::F0D, SystemZ::F2D, SystemZ::F4D, SystemZ::F6D