Searched refs:LTEBR (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-07.mir | 2 # Test that LTEBR is used without an unnecessary LER
|
D | fp-cmp-04.ll | 230 ; Test that LER gets converted to LTEBR where useful.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 119 case SystemZ::LTEBR: in resultTests() 153 return (MI.getOpcode() == SystemZ::LTEBR || in isLoadAndTestAsCmp()
|
D | SystemZInstrFP.td | 49 defm LTEBR : LoadAndTestRRE<"lteb", 0xB302, FP32>;
|
D | SystemZInstrInfo.cpp | 1332 case SystemZ::LER: return SystemZ::LTEBR; in getLoadAndTest()
|
D | SystemZISelLowering.cpp | 6239 return emitLoadAndTestCmp0(MI, MBB, SystemZ::LTEBR); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 127 case SystemZ::LTEBR: in preservesValueOf() 171 return (MI.getOpcode() == SystemZ::LTEBR || in isLoadAndTestAsCmp()
|
D | SystemZInstrFP.td | 57 defm LTEBR : LoadAndTestRRE<"ltebr", 0xB302, FP32>;
|
D | SystemZInstrInfo.cpp | 1645 case SystemZ::LER: return SystemZ::LTEBR; in getLoadAndTest()
|
D | SystemZISelLowering.cpp | 7267 return emitLoadAndTestCmp0(MI, MBB, SystemZ::LTEBR); in EmitInstrWithCustomInserter()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-cmp-04.ll | 230 ; Test that LER gets converted to LTEBR where useful.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 553 case LTEBR: in DecodeSpecial()
|
D | simulator-s390.h | 724 EVALUATE(LTEBR);
|
D | constants-s390.h | 1243 V(ltebr, LTEBR, 0xB302) /* type = RRE LOAD AND TEST (short BFP) */ \
|
D | simulator-s390.cc | 1013 EvalTable[LTEBR] = &Simulator::Evaluate_LTEBR; in EvalTableInit() 5382 EVALUATE(LTEBR) { in EVALUATE() argument 5383 DCHECK_OPCODE(LTEBR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 687 4201505U, // LTEBR
|
D | SystemZGenDisassemblerTables.inc | 297 /* 811 */ MCD_OPC_Decode, 154, 5, 6, // Opcode: LTEBR
|