Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZShortenInst.cpp223 Changed |= shortenOn01(MI, SystemZ::LNDFR); in processBlock()
DSystemZInstrFP.td291 def LNDFR : UnaryRRE<"lndf", 0xB371, fnabs, FP64, FP64>;
DSystemZInstrInfo.cpp1197 case SystemZ::LNDFR: return SystemZ::LNDBR; in getLoadAndTest()
/external/valgrind/none/tests/s390x/
Dopcodes.h291 #define LNDFR(r1,r2) RRE_FF(b371,00,r1,r2) macro