Home
last modified time | relevance | path

Searched refs:CLIJ (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/none/tests/s390x/
Dclij.c34 CLIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */ in compare_never()
48 CLIJ(7,ALWAYS,8,2a) "\n\t" /* 0x2a == 42 */ in compare_always()
62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_le42()
76 CLIJ(7,GE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_ge42()
90 CLIJ(7,GT,8,2a) "\n\t" /* 0x2a == 42 */ in compare_gt42()
104 CLIJ(7,LT,8,2a) "\n\t" /* 0x2a == 42 */ in compare_lt42()
118 CLIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */ in compare_eq42()
132 CLIJ(7,NE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_ne42()
Dopcodes.h206 #define CLIJ(r1,m3,i4,i2) RIE_RUPU(ec,r1,m3,i4,i2,7f) macro
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp243 case SystemZ::CLIJ: in describeTerminator()
416 case SystemZ::CLIJ: in relaxBranch()
DSystemZInstrInfo.cpp1093 case SystemZ::CLIJ: in getBranchInfo()
1269 return MI && isUInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CLIJ : 0; in getCompareAndBranch()
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-10.ll17 ; Check the top of the CLIJ range.