Home | History | Annotate | Download | only in arm

Lines Matching refs:HMul

1517 LInstruction* LChunkBuilder::DoMul(HMul* instr) {
1607 return DoMultiplySub(instr->left(), HMul::cast(instr->right()));
1635 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) {
1644 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) {
1678 return DoMultiplyAdd(HMul::cast(instr->left()), instr->right());
1683 return DoMultiplyAdd(HMul::cast(instr->right()), instr->left());