Home
last modified time | relevance | path

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

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