Home
last modified time | relevance | path

Searched refs:LNDFR (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp228 Changed |= shortenOn01(MI, SystemZ::LNDFR); in processBlock()
DSystemZInstrFP.td295 def LNDFR : UnaryRRE<"lndf", 0xB371, fnabs, FP64, FP64>;
DSystemZInstrInfo.cpp1337 case SystemZ::LNDFR: return SystemZ::LNDBR; in getLoadAndTest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp248 Changed |= shortenOn01(MI, SystemZ::LNDFR); in processBlock()
DSystemZInstrFP.td351 def LNDFR : UnaryRRE<"lndfr", 0xB371, fnabs, FP64, FP64>;
DSystemZInstrInfo.cpp1650 case SystemZ::LNDFR: return SystemZ::LNDBR; in getLoadAndTest()
/external/v8/src/s390/
Dsimulator-s390.h778 EVALUATE(LNDFR);
Dconstants-s390.h1302 V(lndfr, LNDFR, 0xB371) /* type = RRE LOAD NEGATIVE (long) */ \
Dsimulator-s390.cc1067 EvalTable[LNDFR] = &Simulator::Evaluate_LNDFR; in EvalTableInit()
5860 EVALUATE(LNDFR) { in EVALUATE() argument