Searched refs:BRCT (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 198 unsigned BRCT; in convertToBRCT() local 200 BRCT = SystemZ::BRCT; in convertToBRCT() 202 BRCT = SystemZ::BRCTG; in convertToBRCT() 204 BRCT = SystemZ::BRCTH; in convertToBRCT() 232 Branch->setDesc(TII->get(BRCT)); in convertToBRCT() 238 if (BRCT != SystemZ::BRCTH) in convertToBRCT()
|
D | SystemZLongBranch.cpp | 227 case SystemZ::BRCT: in describeTerminator() 400 case SystemZ::BRCT: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1532 case SystemZ::BRCT: in getBranchInfo()
|
D | SystemZScheduleZ196.td | 115 def : InstRW<[WLat1, FXU, LSU, GroupAlone], (instregex "BRCT(G|H)?$")>;
|
D | SystemZScheduleZEC12.td | 119 def : InstRW<[WLat1, FXU, EndGroup], (instregex "BRCT(G)?$")>;
|
D | SystemZScheduleZ13.td | 131 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
|
D | SystemZScheduleZ14.td | 132 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
|
D | SystemZInstrInfo.td | 170 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 180 unsigned BRCT; in convertToBRCT() local 182 BRCT = SystemZ::BRCT; in convertToBRCT() 184 BRCT = SystemZ::BRCTG; in convertToBRCT() 212 Branch->setDesc(TII->get(BRCT)); in convertToBRCT()
|
D | SystemZLongBranch.cpp | 226 case SystemZ::BRCT: in describeTerminator() 395 case SystemZ::BRCT: in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1220 case SystemZ::BRCT: in getBranchInfo()
|
D | SystemZInstrInfo.td | 334 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
|
/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 | 617 EVALUATE(BRCT);
|
D | constants-s390.h | 816 V(brct, BRCT, 0xA76) /* type = RI_B BRANCH RELATIVE ON COUNT (32) */ \
|
D | simulator-s390.cc | 908 EvalTable[BRCT] = &Simulator::Evaluate_BRCT; in EvalTableInit() 4596 EVALUATE(BRCT) { in EVALUATE() argument 4597 DCHECK_OPCODE(BRCT); in EVALUATE()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 27 ; Test a loop that should be converted into dbr form and then use BRCT.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | loop-01.ll | 29 ; Test a loop that should be converted into dbr form and then use BRCT.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 408 12590747U, // BRCT 1757 // BRCT, BRCTG
|
D | SystemZGenDisassemblerTables.inc | 253 /* 618 */ MCD_OPC_Decode, 131, 3, 23, // Opcode: BRCT
|