Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:LFS

510       Opc = PPC::LFS;
526 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS;
579 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break;
1917 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD;