Searched refs:CGIJ (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | cgij.c | 34 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()
|
D | opcodes.h | 162 #define CGIJ(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7c) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-11.ll | 27 ; 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.
|
D | int-cmp-13.ll | 16 ; 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.
|
D | int-cmp-14.ll | 16 ; 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/ |
D | SystemZLongBranch.cpp | 239 case SystemZ::CGIJ: in describeTerminator() 407 case SystemZ::CGIJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1073 case SystemZ::CGIJ: in getBranchInfo() 1216 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CGIJ : 0; in getCompareAndBranch()
|