Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp224 Changed |= shortenOn01(MI, SystemZ::LCDFR); in processBlock()
DSystemZInstrFP.td273 def LCDFR : UnaryRRE<"lcdf", 0xB373, fneg, FP64, FP64>;
462 def : Pat<(f64 fpimmneg0), (LCDFR (LZDR))>;
DSystemZInstrInfo.cpp1335 case SystemZ::LCDFR: return SystemZ::LCDBR; in getLoadAndTest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp240 Changed |= shortenOn01(MI, SystemZ::LCDFR); in processBlock()
DSystemZInstrFP.td329 def LCDFR : UnaryRRE<"lcdfr", 0xB373, fneg, FP64, FP64>;
556 def : Pat<(f64 fpimmneg0), (LCDFR (LZDR))>;
DSystemZInstrInfo.cpp1648 case SystemZ::LCDFR: return SystemZ::LCDBR; in getLoadAndTest()
/external/v8/src/s390/
Dsimulator-s390.h779 EVALUATE(LCDFR);
Dconstants-s390.h1303 V(lcdfr, LCDFR, 0xB373) /* type = RRE LOAD COMPLEMENT (long) */ \
Dsimulator-s390.cc1068 EvalTable[LCDFR] = &Simulator::Evaluate_LCDFR; in EvalTableInit()
5866 EVALUATE(LCDFR) { in EVALUATE() argument