Home | History | Annotate | Download | only in arm

Lines Matching refs:HMul

1504 LInstruction* LChunkBuilder::DoMul(HMul* instr) {
1575 return DoMultiplySub(instr->left(), HMul::cast(instr->right()));
1603 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) {
1612 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) {
1637 return DoMultiplyAdd(HMul::cast(instr->left()), instr->right());
1642 return DoMultiplyAdd(HMul::cast(instr->right()), instr->left());