Searched refs:CGRJ (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 236 case SystemZ::CGRJ: in describeTerminator() 404 case SystemZ::CGRJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1239 case SystemZ::CGRJ: in getBranchInfo() 1413 return SystemZ::CGRJ; in getFusedCompare()
|
D | SystemZInstrInfo.td | 251 def CGRJ : InstRIEb<0xEC64, (outs), (ins GR64:$R1, GR64:$R2,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 241 case SystemZ::CGRJ: in describeTerminator() 409 case SystemZ::CGRJ: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1552 case SystemZ::CGRJ: in getBranchInfo() 1734 return SystemZ::CGRJ; in getFusedCompare()
|
D | SystemZInstrInfo.td | 113 defm CGRJ : CmpBranchRIEbPair<"cgrj", 0xEC64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | branch-07.ll | 1 ; Test all condition-code masks that are relevant for CGRJ.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | branch-07.ll | 1 ; Test all condition-code masks that are relevant for CGRJ.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 441 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/ |
D | simulator-s390.h | 1141 EVALUATE(CGRJ);
|
D | constants-s390.h | 1194 V(cgrj, CGRJ, 0xEC64) /* type = RIE_B COMPARE AND BRANCH RELATIVE (64) */ \
|
D | simulator-s390.cc | 1428 EvalTable[CGRJ] = &Simulator::Evaluate_CGRJ; in EvalTableInit() 9297 EVALUATE(CGRJ) { in EVALUATE() argument
|