Searched refs:LTGR (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 114 case SystemZ::LTGR: in resultTests()
|
D | SystemZInstrInfo.cpp | 1331 case SystemZ::LGR: return SystemZ::LTGR; in getLoadAndTest()
|
D | SystemZInstrInfo.td | 445 def LTGR : UnaryRRE<"ltg", 0xB902, null_frag, GR64, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 122 case SystemZ::LTGR: in preservesValueOf()
|
D | SystemZInstrInfo.cpp | 1644 case SystemZ::LGR: return SystemZ::LTGR; in getLoadAndTest()
|
D | SystemZInstrInfo.td | 373 def LTGR : UnaryRRE<"ltgr", 0xB902, null_frag, GR64, GR64>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 863 EVALUATE(LTGR);
|
D | constants-s390.h | 1357 V(ltgr, LTGR, 0xB902) /* type = RRE LOAD AND TEST (64) */ \
|
D | simulator-s390.cc | 1151 EvalTable[LTGR] = &Simulator::Evaluate_LTGR; in EvalTableInit() 6684 EVALUATE(LTGR) { in EVALUATE() argument 6685 DCHECK_OPCODE(LTGR); in EVALUATE()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-44.ll | 687 ; Test that LGR gets converted to LTGR where useful.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-44.ll | 687 ; Test that LGR gets converted to LTGR where useful.
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 692 4201985U, // LTGR
|
D | SystemZGenDisassemblerTables.inc | 542 /* 1949 */ MCD_OPC_Decode, 159, 5, 80, // Opcode: LTGR
|