Home | History | Annotate | Download | only in mips

Lines Matching refs:HMul

1486 LInstruction* LChunkBuilder::DoMul(HMul* instr) {
1570 LInstruction* LChunkBuilder::DoMultiplyAdd(HMul* mul, HValue* addend) {
1603 return DoMultiplyAdd(HMul::cast(instr->left()), instr->right());
1607 return DoMultiplyAdd(HMul::cast(instr->right()), instr->left());