Searched refs:CLFI (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | comp-2.stdout.exp | 125 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 …]
|
D | comp-2.c | 180 run_scomp_reg_imm(CLFI); in signed_comparison_reg_imm()
|
D | opcodes.h | 184 #define CLFI(r1,i2) RIL_RU(c2,r1,f,i2) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 417 splitCompareBranch(Branch, SystemZ::CLFI); in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1001 expandRIPseudo(MI, SystemZ::CLFI, SystemZ::CLIH, false); in expandPostRAPseudo() 1228 case SystemZ::CLFI: in getCompareAndBranch()
|
D | SystemZInstrInfo.td | 1145 // Comparison with an unsigned 32-bit immediate. CLFIMux expands to CLFI 1149 def CLFI : CompareRIL<"clfi", 0xC2F, z_ucmp, GR32, uimm32>;
|