Searched refs:CLGIJ (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | clgij.c | 34 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()
|
D | opcodes.h | 193 #define CLGIJ(r1,m3,i4,i2) RIE_RUPU(ec,r1,m3,i4,i2,7d) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 244 case SystemZ::CLGIJ: in describeTerminator() 419 case SystemZ::CLGIJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1103 case SystemZ::CLGIJ: in getBranchInfo() 1271 return MI && isUInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CLGIJ : 0; in getCompareAndBranch()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-12.ll | 17 ; Check the top of the CLGIJ range.
|