Searched refs:LPDFR (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 232 Changed |= shortenOn01(MI, SystemZ::LPDFR); in processBlock()
|
D | SystemZInstrFP.td | 284 def LPDFR : UnaryRRE<"lpdf", 0xB370, fabs, FP64, FP64>;
|
D | SystemZInstrInfo.cpp | 1336 case SystemZ::LPDFR: return SystemZ::LPDBR; in getLoadAndTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 256 Changed |= shortenOn01(MI, SystemZ::LPDFR); in processBlock()
|
D | SystemZInstrFP.td | 340 def LPDFR : UnaryRRE<"lpdfr", 0xB370, fabs, FP64, FP64>;
|
D | SystemZInstrInfo.cpp | 1649 case SystemZ::LPDFR: return SystemZ::LPDBR; in getLoadAndTest()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 777 EVALUATE(LPDFR);
|
D | constants-s390.h | 1301 V(lpdfr, LPDFR, 0xB370) /* type = RRE LOAD POSITIVE (long) */ \
|
D | simulator-s390.cc | 1066 EvalTable[LPDFR] = &Simulator::Evaluate_LPDFR; in EvalTableInit() 5854 EVALUATE(LPDFR) { in EVALUATE() argument
|