Home | History | Annotate | Download | only in arm

Lines Matching refs:VMUL

3335 void Assembler::vmul(const DwVfpRegister dst,
3339 // Dd = vmul(Dn, Dm) double precision floating point multiplication.
3358 void Assembler::vmul(const SwVfpRegister dst, const SwVfpRegister src1,
3360 // Sd = vmul(Sn, Sm) single precision floating point multiplication.
4349 VMUL,
4375 case VMUL:
4467 void Assembler::vmul(QwNeonRegister dst, QwNeonRegister src1,
4475 void Assembler::vmul(NeonSize size, QwNeonRegister dst, QwNeonRegister src1,
4480 emit(EncodeNeonBinOp(VMUL, size, dst, src1, src2));