Searched full:lcdfr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFP.td | 367 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 D | SystemZShortenInst.cpp | 279 Changed |= shortenOn01(MI, SystemZ::LCDFR); in processBlock()
|
| H A D | SystemZInstrInfo.cpp | 2000 case SystemZ::LCDFR: return SystemZ::LCDBR; in getLoadAndTest()
|