Searched refs:BRCTH (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | loop-02.ll | 1 ; Test BRCTH. 6 ; Test a loop that should be converted into dbr form and then use BRCTH.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 204 BRCT = SystemZ::BRCTH; in convertToBRCT() 238 if (BRCT != SystemZ::BRCTH) in convertToBRCT()
|
D | SystemZLongBranch.cpp | 232 case SystemZ::BRCTH: in describeTerminator()
|
D | SystemZInstrInfo.cpp | 1533 case SystemZ::BRCTH: in getBranchInfo()
|
D | SystemZScheduleZEC12.td | 120 def : InstRW<[WLat1, FXU, LSU, GroupAlone], (instregex "BRCTH$")>;
|
D | SystemZScheduleZ13.td | 132 def : InstRW<[WLat1, FXa, FXb, GroupAlone], (instregex "BRCTH$")>;
|
D | SystemZScheduleZ14.td | 133 def : InstRW<[WLat1, FXa, FXb, GroupAlone], (instregex "BRCTH$")>;
|
D | SystemZInstrInfo.td | 174 def BRCTH : BranchUnaryRIL<"brcth", 0xCC6, GRH32>,
|
/external/v8/src/s390/ |
D | simulator-s390.h | 674 EVALUATE(BRCTH);
|
D | constants-s390.h | 765 V(brcth, BRCTH, 0xCC6) /* type = RIL_B BRANCH RELATIVE ON COUNT HIGH (32) */
|
D | simulator-s390.cc | 965 EvalTable[BRCTH] = &Simulator::Evaluate_BRCTH; in EvalTableInit() 5053 EVALUATE(BRCTH) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/Large/ |
D | branch-01.ll | 1 ; Test that BRCTH is treated as a long branch that does not need relaxation.
|