Home
last modified time | relevance | path

Searched refs:CGIJ (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/none/tests/s390x/
Dcgij.c34 CGIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */ in compare_never()
48 CGIJ(7,ALWAYS,8,2a) "\n\t" /* 0x2a == 42 */ in compare_always()
62 CGIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_le42()
76 CGIJ(7,GE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_ge42()
90 CGIJ(7,GT,8,2a) "\n\t" /* 0x2a == 42 */ in compare_gt42()
104 CGIJ(7,LT,8,2a) "\n\t" /* 0x2a == 42 */ in compare_lt42()
118 CGIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */ in compare_eq42()
132 CGIJ(7,NE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_ne42()
Dopcodes.h162 #define CGIJ(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7c) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-11.ll27 ; Check the high end of the CGIJ range.
97 ; Check the high end of the negative CGIJ range.
108 ; Check the low end of the CGIJ range.
Dint-cmp-13.ll16 ; Check the high end of the CGIJ range.
110 ; Check the high end of the negative CGIJ range.
121 ; Check the low end of the CGIJ range.
Dint-cmp-14.ll16 ; Check the high end of the CGIJ range.
110 ; Check the high end of the negative CGIJ range.
121 ; Check the low end of the CGIJ range.
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp239 case SystemZ::CGIJ: in describeTerminator()
407 case SystemZ::CGIJ: in relaxBranch()
DSystemZInstrInfo.cpp1073 case SystemZ::CGIJ: in getBranchInfo()
1216 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CGIJ : 0; in getCompareAndBranch()