Home | History | Annotate | Download | only in arm

Lines Matching full:vrsqrts

4221   VRSQRTS,
4249 case VRSQRTS:
4524 void Assembler::vrsqrts(QwNeonRegister dst, QwNeonRegister src1,
4527 // Qd = vrsqrts(Qn, Qm) SIMD reciprocal square root refinement step.
4529 emit(EncodeNeonBinOp(VRSQRTS, dst, src1, src2));