Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp227 Changed |= shortenOn01(MI, SystemZ::LPDFR); in processBlock()
DSystemZInstrFP.td280 def LPDFR : UnaryRRE<"lpdf", 0xB370, fabs, FP64, FP64>;
DSystemZInstrInfo.cpp1196 case SystemZ::LPDFR: return SystemZ::LPDBR; in getLoadAndTest()
/external/valgrind/none/tests/s390x/
Dopcodes.h296 #define LPDFR(r1,r2) RRE_FF(b370,00,r1,r2) macro