Searched refs:LNDFR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 228 Changed |= shortenOn01(MI, SystemZ::LNDFR); in processBlock()
|
D | SystemZInstrFP.td | 295 def LNDFR : UnaryRRE<"lndf", 0xB371, fnabs, FP64, FP64>;
|
D | SystemZInstrInfo.cpp | 1337 case SystemZ::LNDFR: return SystemZ::LNDBR; in getLoadAndTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 248 Changed |= shortenOn01(MI, SystemZ::LNDFR); in processBlock()
|
D | SystemZInstrFP.td | 351 def LNDFR : UnaryRRE<"lndfr", 0xB371, fnabs, FP64, FP64>;
|
D | SystemZInstrInfo.cpp | 1650 case SystemZ::LNDFR: return SystemZ::LNDBR; in getLoadAndTest()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 778 EVALUATE(LNDFR);
|
D | constants-s390.h | 1302 V(lndfr, LNDFR, 0xB371) /* type = RRE LOAD NEGATIVE (long) */ \
|
D | simulator-s390.cc | 1067 EvalTable[LNDFR] = &Simulator::Evaluate_LNDFR; in EvalTableInit() 5860 EVALUATE(LNDFR) { in EVALUATE() argument
|