Home
last modified time | relevance | path

Searched refs:BRCT (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp198 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()
DSystemZLongBranch.cpp227 case SystemZ::BRCT: in describeTerminator()
400 case SystemZ::BRCT: in relaxBranch()
DSystemZInstrInfo.cpp1532 case SystemZ::BRCT: in getBranchInfo()
DSystemZScheduleZ196.td115 def : InstRW<[WLat1, FXU, LSU, GroupAlone], (instregex "BRCT(G|H)?$")>;
DSystemZScheduleZEC12.td119 def : InstRW<[WLat1, FXU, EndGroup], (instregex "BRCT(G)?$")>;
DSystemZScheduleZ13.td131 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
DSystemZScheduleZ14.td132 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
DSystemZInstrInfo.td170 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp180 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()
DSystemZLongBranch.cpp226 case SystemZ::BRCT: in describeTerminator()
395 case SystemZ::BRCT: in relaxBranch()
DSystemZInstrInfo.cpp1220 case SystemZ::BRCT: in getBranchInfo()
DSystemZInstrInfo.td334 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
/external/v8/src/s390/
Dassembler-s390.cc431 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()
Dsimulator-s390.h617 EVALUATE(BRCT);
Dconstants-s390.h816 V(brct, BRCT, 0xA76) /* type = RI_B BRANCH RELATIVE ON COUNT (32) */ \
Dsimulator-s390.cc908 EvalTable[BRCT] = &Simulator::Evaluate_BRCT; in EvalTableInit()
4596 EVALUATE(BRCT) { in EVALUATE() argument
4597 DCHECK_OPCODE(BRCT); in EVALUATE()
/external/llvm/test/CodeGen/SystemZ/
Dloop-01.ll27 ; 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/
Dloop-01.ll29 ; Test a loop that should be converted into dbr form and then use BRCT.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc408 12590747U, // BRCT
1757 // BRCT, BRCTG
DSystemZGenDisassemblerTables.inc253 /* 618 */ MCD_OPC_Decode, 131, 3, 23, // Opcode: BRCT