Searched defs:vmls (Results 1 – 3 of 3) sorted by relevance
966 __ vmls(i.OutputFloatRegister(), i.InputFloatRegister(1), in AssembleArchInstruction() local1017 __ vmls(i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
3290 void Assembler::vmls(const DwVfpRegister dst, in vmls() function in v8::internal::Assembler3308 void Assembler::vmls(const SwVfpRegister dst, const SwVfpRegister src1, in vmls() function in v8::internal::Assembler
1290 __ vmls(minuend, multiplier, multiplicand); in DoMultiplySubD() local