Home
last modified time | relevance | path

Searched refs:CLFI (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcomp-2.stdout.exp125 CLFI (0, 0) --> cc = 0
126 CLFI (0, 1) --> cc = 1
127 CLFI (1, 0) --> cc = 2
128 CLFI (2, 1) --> cc = 2
129 CLFI (2, 2) --> cc = 0
130 CLFI (2, 3) --> cc = 1
131 CLFI (127, 0) --> cc = 2
132 CLFI (127, 126) --> cc = 2
133 CLFI (127, 127) --> cc = 0
134 CLFI (0, 32767) --> cc = 1
[all …]
Dcomp-2.c180 run_scomp_reg_imm(CLFI); in signed_comparison_reg_imm()
Dopcodes.h184 #define CLFI(r1,i2) RIL_RU(c2,r1,f,i2) macro
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp417 splitCompareBranch(Branch, SystemZ::CLFI); in relaxBranch()
DSystemZInstrInfo.cpp1001 expandRIPseudo(MI, SystemZ::CLFI, SystemZ::CLIH, false); in expandPostRAPseudo()
1228 case SystemZ::CLFI: in getCompareAndBranch()
DSystemZInstrInfo.td1145 // Comparison with an unsigned 32-bit immediate. CLFIMux expands to CLFI
1149 def CLFI : CompareRIL<"clfi", 0xC2F, z_ucmp, GR32, uimm32>;