Home | History | Annotate | Download | only in ia32

Lines Matching refs:rsqrtps

976   void rsqrtps(XMMRegister dst, Operand src);
977 void rsqrtps(XMMRegister dst, XMMRegister src) { rsqrtps(dst, Operand(src)); }