Searched refs:LTGFR (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 115 case SystemZ::LTGFR: in resultTests()
|
D | SystemZInstrInfo.cpp | 1330 case SystemZ::LGFR: return SystemZ::LTGFR; in getLoadAndTest()
|
D | SystemZInstrInfo.td | 595 def LTGFR : UnaryRRE<"ltgf", 0xB912, null_frag, GR64, GR32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 123 case SystemZ::LTGFR: in preservesValueOf()
|
D | SystemZInstrInfo.cpp | 1643 case SystemZ::LGFR: return SystemZ::LTGFR; in getLoadAndTest()
|
D | SystemZScheduleZ196.td | 211 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LTGFR$")>;
|
D | SystemZScheduleZEC12.td | 219 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LTGFR$")>;
|
D | SystemZScheduleZ13.td | 238 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LTGFR$")>;
|
D | SystemZScheduleZ14.td | 239 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LTGFR$")>;
|
D | SystemZInstrInfo.td | 581 def LTGFR : UnaryRRE<"ltgfr", 0xB912, null_frag, GR64, GR32>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 878 EVALUATE(LTGFR);
|
D | constants-s390.h | 1373 V(ltgfr, LTGFR, 0xB912) /* type = RRE LOAD AND TEST (64<-32) */ \
|
D | simulator-s390.cc | 1166 EvalTable[LTGFR] = &Simulator::Evaluate_LTGFR; in EvalTableInit() 6803 EVALUATE(LTGFR) { in EVALUATE() argument 6804 DCHECK_OPCODE(LTGFR); in EVALUATE()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-44.ll | 709 ; Test that LGFR gets converted to LTGFR where useful.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-44.ll | 709 ; Test that LGFR gets converted to LTGFR where useful.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 691 4201885U, // LTGFR
|
D | SystemZGenDisassemblerTables.inc | 584 /* 2143 */ MCD_OPC_Decode, 158, 5, 80, // Opcode: LTGFR
|