Home
last modified time | relevance | path

Searched full:lcdfr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td367 def LCDFR : UnaryRRE<"lcdfr", 0xB373, fneg, FP64, FP64>;
369 def LCDFR_16 : UnaryRRE<"lcdfr", 0xB373, fneg, FP16, FP16>;
370 def LCDFR_32 : UnaryRRE<"lcdfr", 0xB373, fneg, FP32, FP32>;
643 def : Pat<(f64 fpimmneg0), (LCDFR (LZDR))>;
H A DSystemZShortenInst.cpp279 Changed |= shortenOn01(MI, SystemZ::LCDFR); in processBlock()
H A DSystemZInstrInfo.cpp2000 case SystemZ::LCDFR: return SystemZ::LCDBR; in getLoadAndTest()