Searched refs:CLIJ (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dclij.c34 CLIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */
48 CLIJ(7,ALWAYS,8,2a) "\n\t" /* 0x2a == 42 */
62 CLIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */
76 CLIJ(7,GE,8,2a) "\n\t" /* 0x2a == 42 */
90 CLIJ(7,GT,8,2a) "\n\t" /* 0x2a == 42 */
104 CLIJ(7,LT,8,2a) "\n\t" /* 0x2a == 42 */
118 CLIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
132 CLIJ(7,NE,8,2a) "\n\t" /* 0x2a == 42 */
H A Dopcodes.h206 #define CLIJ(r1,m3,i4,i2) RIE_RUPU(ec,r1,m3,i4,i2,7f) macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp243 case SystemZ::CLIJ:
416 case SystemZ::CLIJ:
H A DSystemZInstrInfo.cpp1068 case SystemZ::CLIJ:
1222 return MI && isUInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CLIJ : 0;

Completed in 136 milliseconds