Lines Matching full:hmul
1468 LInstruction* LChunkBuilder::DoMul(HMul* instr) {1533 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) {1557 return DoMultiplyAdd(HMul::cast(instr->left()), instr->right());1561 return DoMultiplyAdd(HMul::cast(instr->right()), instr->left());