Searched refs:LGR (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | strlen-02.ll | 9 ; the uses of %r3 and REG after the LGR to be swapped.
|
D | strlen-01.ll | 9 ; the uses of %r3 and REG after the LGR to be swapped.
|
D | int-cmp-44.ll | 687 ; Test that LGR gets converted to LTGR where useful. 755 ; Test a case where it is the source rather than destination of LGR that
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 369 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LGR)) in emitPrologue() 390 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LGR), SystemZ::R11D) in emitPrologue()
|
D | SystemZElimCompare.cpp | 111 case SystemZ::LGR: in resultTests()
|
D | SystemZInstrInfo.cpp | 528 case SystemZ::LGR: return SystemZ::LOCGR; in getConditionalMove() 679 Opcode = SystemZ::LGR; in copyPhysReg() 1331 case SystemZ::LGR: return SystemZ::LTGR; in getLoadAndTest()
|
D | SystemZInstrInfo.td | 441 def LGR : UnaryRRE<"lg", 0xB904, null_frag, GR64, GR64>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 760 case LGR: in DecodeFourByte()
|
D | simulator-s390.h | 928 EVALUATE(LGR);
|
D | constants-s390.h | 1414 V(lgr, LGR, 0xB904) /* type = RRE LOAD (64) */ \
|
D | simulator-s390.cc | 1154 EvalTable[LGR] = &Simulator::Evaluate_LGR; in EvalTableInit() 2700 case LGR: { in DecodeFourByte() 6262 EVALUATE(LGR) { in EVALUATE() argument 6263 DCHECK_OPCODE(LGR); in EVALUATE()
|