Home | History | Annotate | Download | only in mips

Lines Matching refs:DoMathPowHalf

1139       return DoMathPowHalf(instr);
1176 LInstruction* LChunkBuilder::DoMathPowHalf(HUnaryMathOperation* instr) {
1177 // Input cannot be the same as the result, see LCodeGen::DoMathPowHalf.