Searched refs:CLGFI (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | comp-2.stdout.exp | 142 CLGFI (0, 0) --> cc = 0 143 CLGFI (0, 1) --> cc = 1 144 CLGFI (1, 0) --> cc = 2 145 CLGFI (2, 1) --> cc = 2 146 CLGFI (2, 2) --> cc = 0 147 CLGFI (2, 3) --> cc = 1 148 CLGFI (127, 0) --> cc = 2 149 CLGFI (127, 126) --> cc = 2 150 CLGFI (127, 127) --> cc = 0 151 CLGFI (0, 32767) --> cc = 1 [all …]
|
D | comp-2.c | 182 run_scomp_reg_imm(CLGFI); in signed_comparison_reg_imm() 184 SCOMP_REG_IMM(CLGFI, INT64_MIN, INT32_MIN); in signed_comparison_reg_imm() 185 SCOMP_REG_IMM(CLGFI, INT64_MIN, INT32_MAX); in signed_comparison_reg_imm() 186 SCOMP_REG_IMM(CLGFI, INT64_MAX, INT32_MIN); in signed_comparison_reg_imm() 187 SCOMP_REG_IMM(CLGFI, INT64_MAX, INT32_MAX); in signed_comparison_reg_imm()
|
D | opcodes.h | 188 #define CLGFI(r1,i2) RIL_RU(c2,r1,e,i2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-12.ll | 40 ; Check the high end of the CLGFI range.
|
D | int-cmp-13.ll | 75 ; Check the next value up, which should use CLGFI instead. 87 ; Check the high end of the CLGFI range.
|
D | int-cmp-14.ll | 75 ; Check the next value up, which should use CLGFI instead. 87 ; Check the high end of the CLGFI range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 420 splitCompareBranch(Branch, SystemZ::CLGFI); in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1223 case SystemZ::CLGFI: in getCompareAndBranch()
|
D | SystemZInstrInfo.td | 1132 def CLGFI : CompareRIL<"clgfi", 0xC2E, z_ucmp, GR64, imm64zx32>;
|