Home | History | Annotate | Download | only in arm

Lines Matching defs:vsub

3269 void Assembler::vsub(const DwVfpRegister dst,
3273 // Dd = vsub(Dn, Dm) double precision floating point subtraction.
3292 void Assembler::vsub(const SwVfpRegister dst, const SwVfpRegister src1,
3294 // Sd = vsub(Sn, Sm) single precision floating point subtraction.
4278 VSUB,
4301 case VSUB:
4377 void Assembler::vsub(QwNeonRegister dst, QwNeonRegister src1,
4380 // Qd = vsub(Qn, Qm) SIMD floating point subtraction.
4385 void Assembler::vsub(NeonSize size, QwNeonRegister dst, QwNeonRegister src1,
4388 // Qd = vsub(Qn, Qm) SIMD integer subtraction.
4390 emit(EncodeNeonBinOp(VSUB, size, dst, src1, src2));