Searched refs:CIJ (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | cij.c | 34 CIJ(7,NEVER,8,2a) "\n\t" /* 0x2a == 42 */ in compare_never() 48 CIJ(7,ALWAYS,8,2a) "\n\t" /* 0x2a == 42 */ in compare_always() 62 CIJ(7,LE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_le42() 76 CIJ(7,GE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_ge42() 90 CIJ(7,GT,8,2a) "\n\t" /* 0x2a == 42 */ in compare_gt42() 104 CIJ(7,LT,8,2a) "\n\t" /* 0x2a == 42 */ in compare_lt42() 118 CIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */ in compare_eq42() 132 CIJ(7,NE,8,2a) "\n\t" /* 0x2a == 42 */ in compare_ne42()
|
D | opcodes.h | 177 #define CIJ(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7e) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-09.ll | 27 ; Check the high end of the CIJ range. 98 ; Check the high end of the negative CIJ range. 109 ; Check the low end of the CIJ range.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 238 case SystemZ::CIJ: in describeTerminator() 404 case SystemZ::CIJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1063 case SystemZ::CIJ: in getBranchInfo() 1214 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CIJ : 0; in getCompareAndBranch()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1058 if (ConstantInt *CIJ = dyn_cast<ConstantInt>(J->getOperand(1))) in areInstsCompatible() local 1059 Op2VK = CII == CIJ ? TargetTransformInfo::OK_UniformConstantValue : in areInstsCompatible()
|