Home
last modified time | relevance | path

Searched refs:BRCTH (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dloop-02.ll1 ; 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/
DSystemZElimCompare.cpp204 BRCT = SystemZ::BRCTH; in convertToBRCT()
238 if (BRCT != SystemZ::BRCTH) in convertToBRCT()
DSystemZLongBranch.cpp232 case SystemZ::BRCTH: in describeTerminator()
DSystemZInstrInfo.cpp1533 case SystemZ::BRCTH: in getBranchInfo()
DSystemZScheduleZEC12.td120 def : InstRW<[WLat1, FXU, LSU, GroupAlone], (instregex "BRCTH$")>;
DSystemZScheduleZ13.td132 def : InstRW<[WLat1, FXa, FXb, GroupAlone], (instregex "BRCTH$")>;
DSystemZScheduleZ14.td133 def : InstRW<[WLat1, FXa, FXb, GroupAlone], (instregex "BRCTH$")>;
DSystemZInstrInfo.td174 def BRCTH : BranchUnaryRIL<"brcth", 0xCC6, GRH32>,
/external/v8/src/s390/
Dsimulator-s390.h674 EVALUATE(BRCTH);
Dconstants-s390.h765 V(brcth, BRCTH, 0xCC6) /* type = RIL_B BRANCH RELATIVE ON COUNT HIGH (32) */
Dsimulator-s390.cc965 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/
Dbranch-01.ll1 ; Test that BRCTH is treated as a long branch that does not need relaxation.