Searched refs:LCDFR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 224 Changed |= shortenOn01(MI, SystemZ::LCDFR); in processBlock()
|
D | SystemZInstrFP.td | 273 def LCDFR : UnaryRRE<"lcdf", 0xB373, fneg, FP64, FP64>; 462 def : Pat<(f64 fpimmneg0), (LCDFR (LZDR))>;
|
D | SystemZInstrInfo.cpp | 1335 case SystemZ::LCDFR: return SystemZ::LCDBR; in getLoadAndTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 240 Changed |= shortenOn01(MI, SystemZ::LCDFR); in processBlock()
|
D | SystemZInstrFP.td | 329 def LCDFR : UnaryRRE<"lcdfr", 0xB373, fneg, FP64, FP64>; 556 def : Pat<(f64 fpimmneg0), (LCDFR (LZDR))>;
|
D | SystemZInstrInfo.cpp | 1648 case SystemZ::LCDFR: return SystemZ::LCDBR; in getLoadAndTest()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 779 EVALUATE(LCDFR);
|
D | constants-s390.h | 1303 V(lcdfr, LCDFR, 0xB373) /* type = RRE LOAD COMPLEMENT (long) */ \
|
D | simulator-s390.cc | 1068 EvalTable[LCDFR] = &Simulator::Evaluate_LCDFR; in EvalTableInit() 5866 EVALUATE(LCDFR) { in EVALUATE() argument
|