Home
last modified time | relevance | path

Searched refs:CGRJ (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp236 case SystemZ::CGRJ: in describeTerminator()
404 case SystemZ::CGRJ: in relaxBranch()
DSystemZInstrInfo.cpp1239 case SystemZ::CGRJ: in getBranchInfo()
1413 return SystemZ::CGRJ; in getFusedCompare()
DSystemZInstrInfo.td251 def CGRJ : InstRIEb<0xEC64, (outs), (ins GR64:$R1, GR64:$R2,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp241 case SystemZ::CGRJ: in describeTerminator()
409 case SystemZ::CGRJ: in relaxBranch()
DSystemZInstrInfo.cpp1552 case SystemZ::CGRJ: in getBranchInfo()
1734 return SystemZ::CGRJ; in getFusedCompare()
DSystemZInstrInfo.td113 defm CGRJ : CmpBranchRIEbPair<"cgrj", 0xEC64, GR64>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dbranch-07.ll1 ; Test all condition-code masks that are relevant for CGRJ.
/external/llvm/test/CodeGen/SystemZ/
Dbranch-07.ll1 ; Test all condition-code masks that are relevant for CGRJ.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc441 17985458U, // CGRJ
1591 // CGIJ, CGRJ, CIJ, CLGIJ, CLGRJ, CLIJ, CLRJ, CRJ
1648 // AsmBCR, CGRJ, CLGRJ, CLRJ, CRJ
1783 // CGRJ, CLGRJ, CLRJ, CRJ
/external/v8/src/s390/
Dsimulator-s390.h1141 EVALUATE(CGRJ);
Dconstants-s390.h1194 V(cgrj, CGRJ, 0xEC64) /* type = RIE_B COMPARE AND BRANCH RELATIVE (64) */ \
Dsimulator-s390.cc1428 EvalTable[CGRJ] = &Simulator::Evaluate_CGRJ; in EvalTableInit()
9297 EVALUATE(CGRJ) { in EVALUATE() argument