Searched refs:LGFR (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | no-postra-sink.mir | 30 renamable $r0d = LGFR killed renamable $r0l 31 renamable $r11d = LGFR killed renamable $r13l 60 renamable $r0d = LGFR killed renamable $r0l 61 renamable $r11d = LGFR killed renamable $r13l
|
D | clear-liverange-spillreg.mir | 234 %81 = LGFR %47 249 %49 = LGFR %120.subreg_l32 338 %101 = LGFR %120.subreg_l32 339 %102 = LGFR %18
|
D | cond-move-04.mir | 68 %7 = LGFR %0
|
D | int-cmp-44.ll | 709 ; Test that LGFR gets converted to LTGFR where useful. 778 ; Test a case where it is the source rather than destination of LGFR that
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 477 MachineInstr *LGFR = nullptr; in removeIPMBasedCompare() local 479 if (RLL && RLL->getOpcode() == SystemZ::LGFR) { in removeIPMBasedCompare() 480 LGFR = RLL; in removeIPMBasedCompare() 481 RLL = getDef(LGFR->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() 505 if (LGFR) in removeIPMBasedCompare() 506 eraseIfDead(LGFR, MRI); in removeIPMBasedCompare() 1330 case SystemZ::LGFR: return SystemZ::LTGFR; in getLoadAndTest()
|
D | SystemZElimCompare.cpp | 112 case SystemZ::LGFR: in resultTests()
|
D | SystemZInstrInfo.td | 592 def LGFR : UnaryRRE<"lgf", 0xB914, sext32, GR64, GR32>; 600 (LGFR (EXTRACT_SUBREG GR64:$src, subreg_l32))>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 588 MachineInstr *LGFR = nullptr; in removeIPMBasedCompare() local 590 if (RLL && RLL->getOpcode() == SystemZ::LGFR) { in removeIPMBasedCompare() 591 LGFR = RLL; in removeIPMBasedCompare() 592 RLL = getDef(LGFR->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() 616 if (LGFR) in removeIPMBasedCompare() 617 eraseIfDead(LGFR, MRI); in removeIPMBasedCompare() 1643 case SystemZ::LGFR: return SystemZ::LTGFR; in getLoadAndTest()
|
D | SystemZElimCompare.cpp | 120 case SystemZ::LGFR: in preservesValueOf()
|
D | SystemZInstrInfo.td | 578 def LGFR : UnaryRRE<"lgfr", 0xB914, sext32, GR64, GR32>; 586 (LGFR (EXTRACT_SUBREG GR64:$src, subreg_l32))>;
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-44.ll | 709 ; Test that LGFR gets converted to LTGFR where useful. 778 ; Test a case where it is the source rather than destination of LGFR that
|
/external/v8/src/s390/ |
D | simulator-s390.h | 880 EVALUATE(LGFR);
|
D | constants-s390.h | 1375 V(lgfr, LGFR, 0xB914) /* type = RRE LOAD (64<-32) */ \
|
D | simulator-s390.cc | 1168 EvalTable[LGFR] = &Simulator::Evaluate_LGFR; in EvalTableInit() 3016 EVALUATE(LGFR) { in EVALUATE() argument 3017 DCHECK_OPCODE(LGFR); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 618 4201830U, // LGFR
|
D | SystemZGenDisassemblerTables.inc | 590 /* 2171 */ MCD_OPC_Decode, 213, 4, 83, // Opcode: LGFR
|