Home
last modified time | relevance | path

Searched refs:LGR (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dstrlen-02.ll9 ; the uses of %r3 and REG after the LGR to be swapped.
Dstrlen-01.ll9 ; the uses of %r3 and REG after the LGR to be swapped.
Dint-cmp-44.ll687 ; 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/
DSystemZFrameLowering.cpp369 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LGR)) in emitPrologue()
390 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LGR), SystemZ::R11D) in emitPrologue()
DSystemZElimCompare.cpp111 case SystemZ::LGR: in resultTests()
DSystemZInstrInfo.cpp528 case SystemZ::LGR: return SystemZ::LOCGR; in getConditionalMove()
679 Opcode = SystemZ::LGR; in copyPhysReg()
1331 case SystemZ::LGR: return SystemZ::LTGR; in getLoadAndTest()
DSystemZInstrInfo.td441 def LGR : UnaryRRE<"lg", 0xB904, null_frag, GR64, GR64>;
/external/v8/src/s390/
Ddisasm-s390.cc760 case LGR: in DecodeFourByte()
Dsimulator-s390.h928 EVALUATE(LGR);
Dconstants-s390.h1414 V(lgr, LGR, 0xB904) /* type = RRE LOAD (64) */ \
Dsimulator-s390.cc1154 EvalTable[LGR] = &Simulator::Evaluate_LGR; in EvalTableInit()
2700 case LGR: { in DecodeFourByte()
6262 EVALUATE(LGR) { in EVALUATE() argument
6263 DCHECK_OPCODE(LGR); in EVALUATE()