Home
last modified time | relevance | path

Searched refs:CIJ (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcij.c34 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()
Dopcodes.h177 #define CIJ(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7e) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-09.ll27 ; 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/
DSystemZLongBranch.cpp238 case SystemZ::CIJ: in describeTerminator()
404 case SystemZ::CIJ: in relaxBranch()
DSystemZInstrInfo.cpp1088 case SystemZ::CIJ: in getBranchInfo()
1261 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CIJ : 0; in getCompareAndBranch()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1062 if (ConstantInt *CIJ = dyn_cast<ConstantInt>(J->getOperand(1))) in areInstsCompatible() local
1063 Op2VK = CII == CIJ ? TargetTransformInfo::OK_UniformConstantValue : in areInstsCompatible()