Home
last modified time | relevance | path

Searched refs:LTGFR (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp115 case SystemZ::LTGFR: in resultTests()
DSystemZInstrInfo.cpp1330 case SystemZ::LGFR: return SystemZ::LTGFR; in getLoadAndTest()
DSystemZInstrInfo.td595 def LTGFR : UnaryRRE<"ltgf", 0xB912, null_frag, GR64, GR32>;
/external/v8/src/s390/
Ddisasm-s390.cc769 case LTGFR: in DecodeFourByte()
Dsimulator-s390.h941 EVALUATE(LTGFR);
Dconstants-s390.h1428 V(ltgfr, LTGFR, 0xB912) /* type = RRE LOAD AND TEST (64<-32) */ \
Dsimulator-s390.cc1167 EvalTable[LTGFR] = &Simulator::Evaluate_LTGFR; in EvalTableInit()
3086 case LTGFR: in DecodeFourByte()
3097 if (LTGFR == op) SetS390ConditionCode<int64_t>(result, 0); in DecodeFourByte()
10081 EVALUATE(LTGFR) { in EVALUATE() argument
10082 DCHECK_OPCODE(LTGFR); in EVALUATE()
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-44.ll709 ; Test that LGFR gets converted to LTGFR where useful.