Home
last modified time | relevance | path

Searched refs:CLGFI (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/none/tests/s390x/
Dcomp-2.stdout.exp142 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 …]
Dcomp-2.c182 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()
Dopcodes.h188 #define CLGFI(r1,i2) RIL_RU(c2,r1,e,i2) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-12.ll40 ; Check the high end of the CLGFI range.
Dint-cmp-13.ll75 ; Check the next value up, which should use CLGFI instead.
87 ; Check the high end of the CLGFI range.
Dint-cmp-14.ll75 ; Check the next value up, which should use CLGFI instead.
87 ; Check the high end of the CLGFI range.
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp420 splitCompareBranch(Branch, SystemZ::CLGFI); in relaxBranch()
DSystemZInstrInfo.cpp1223 case SystemZ::CLGFI: in getCompareAndBranch()
DSystemZInstrInfo.td1132 def CLGFI : CompareRIL<"clgfi", 0xC2E, z_ucmp, GR64, imm64zx32>;