Searched defs:vmla (Results 1 – 3 of 3) sorted by relevance
961 __ vmla(i.OutputFloatRegister(), i.InputFloatRegister(1), in AssembleArchInstruction() local1012 __ vmla(i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
3256 void Assembler::vmla(const DwVfpRegister dst, in vmla() function in v8::internal::Assembler3274 void Assembler::vmla(const SwVfpRegister dst, const SwVfpRegister src1, in vmla() function in v8::internal::Assembler
1278 __ vmla(addend, multiplier, multiplicand); in DoMultiplyAddD() local