Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HBinaryOperation

1136 void LocationsBuilderMIPS::HandleBinaryOp(HBinaryOperation* instruction) {
1184 void InstructionCodeGeneratorMIPS::HandleBinaryOp(HBinaryOperation* instruction) {
1401 void LocationsBuilderMIPS::HandleShift(HBinaryOperation* instr) {
1424 void InstructionCodeGeneratorMIPS::HandleShift(HBinaryOperation* instr) {
2262 void InstructionCodeGeneratorMIPS::DivRemOneOrMinusOne(HBinaryOperation* instruction) {
2286 void InstructionCodeGeneratorMIPS::DivRemByPowerOfTwo(HBinaryOperation* instruction) {
2335 void InstructionCodeGeneratorMIPS::GenerateDivRemWithAnyConstant(HBinaryOperation* instruction) {
2386 void InstructionCodeGeneratorMIPS::GenerateDivRemIntegral(HBinaryOperation* instruction) {