Home | History | Annotate | Download | only in mips

Lines Matching refs:HMul

1452 LInstruction* LChunkBuilder::DoMul(HMul* instr) {
1536 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) {
1569 return DoMultiplyAdd(HMul::cast(instr->left()), instr->right());
1573 return DoMultiplyAdd(HMul::cast(instr->right()), instr->left());