Home | History | Annotate | Download | only in arm

Lines Matching refs:multiplicand

1315   DwVfpRegister multiplicand = ToDoubleRegister(instr->multiplicand());
1320 __ vmla(addend, multiplier, multiplicand);
1327 DwVfpRegister multiplicand = ToDoubleRegister(instr->multiplicand());
1332 __ vmls(minuend, multiplier, multiplicand);