Searched refs:BRCTG (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 57 ; Like f2, but for BRCTG. 89 ; of a subregister use being the only thing that blocks a conversion to BRCTG.
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 431 if (BRC == opcode || BRCT == opcode || BRCTG == opcode || BRXH == opcode) { in target_at() 464 *is_branch = (opcode == BRC || opcode == BRCT || opcode == BRCTG || in target_at_put() 469 if (BRC == opcode || BRCT == opcode || BRCTG == opcode || BRXH == opcode) { in target_at_put() 507 if (BRC == opcode || BRCT == opcode || BRCTG == opcode|| BRXH == opcode || in max_reach_from()
|
D | simulator-s390.h | 618 EVALUATE(BRCTG);
|
D | constants-s390.h | 817 V(brctg, BRCTG, 0xA77) /* type = RI_B BRANCH RELATIVE ON COUNT (64) */
|
D | simulator-s390.cc | 909 EvalTable[BRCTG] = &Simulator::Evaluate_BRCTG; in EvalTableInit() 4610 EVALUATE(BRCTG) { in EVALUATE() argument 4611 DCHECK_OPCODE(BRCTG); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 227 case SystemZ::BRCTG: in describeTerminator() 398 case SystemZ::BRCTG: in relaxBranch()
|
D | SystemZElimCompare.cpp | 184 BRCT = SystemZ::BRCTG; in convertToBRCT()
|
D | SystemZInstrInfo.cpp | 1224 case SystemZ::BRCTG: in getBranchInfo()
|
D | SystemZInstrInfo.td | 335 def BRCTG : BranchUnaryRI<"brctg", 0xA77, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 228 case SystemZ::BRCTG: in describeTerminator() 403 case SystemZ::BRCTG: in relaxBranch()
|
D | SystemZElimCompare.cpp | 202 BRCT = SystemZ::BRCTG; in convertToBRCT()
|
D | SystemZInstrInfo.cpp | 1537 case SystemZ::BRCTG: in getBranchInfo()
|
D | SystemZInstrInfo.td | 171 def BRCTG : BranchUnaryRI<"brctg", 0xA77, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 59 ; Like f2, but for BRCTG. 91 ; of a subregister use being the only thing that blocks a conversion to BRCTG.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 409 12588273U, // BRCTG 1757 // BRCT, BRCTG
|
D | SystemZGenDisassemblerTables.inc | 255 /* 626 */ MCD_OPC_Decode, 132, 3, 24, // Opcode: BRCTG
|