Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp232 Changed |= shortenOn01(MI, SystemZ::LPDFR); in processBlock()
DSystemZInstrFP.td284 def LPDFR : UnaryRRE<"lpdf", 0xB370, fabs, FP64, FP64>;
DSystemZInstrInfo.cpp1336 case SystemZ::LPDFR: return SystemZ::LPDBR; in getLoadAndTest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp256 Changed |= shortenOn01(MI, SystemZ::LPDFR); in processBlock()
DSystemZInstrFP.td340 def LPDFR : UnaryRRE<"lpdfr", 0xB370, fabs, FP64, FP64>;
DSystemZInstrInfo.cpp1649 case SystemZ::LPDFR: return SystemZ::LPDBR; in getLoadAndTest()
/external/v8/src/s390/
Dsimulator-s390.h777 EVALUATE(LPDFR);
Dconstants-s390.h1301 V(lpdfr, LPDFR, 0xB370) /* type = RRE LOAD POSITIVE (long) */ \
Dsimulator-s390.cc1066 EvalTable[LPDFR] = &Simulator::Evaluate_LPDFR; in EvalTableInit()
5854 EVALUATE(LPDFR) { in EVALUATE() argument