Home | History | Annotate | Download | only in optimizing

Lines Matching refs:div

2426 void LocationsBuilderMIPS::VisitDiv(HDiv* div) {
2427 Primitive::Type type = div->GetResultType();
2432 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(div, call_kind);
2437 locations->SetInAt(1, Location::RegisterOrConstant(div->InputAt(1)));
2459 LOG(FATAL) << "Unexpected div type " << type;
2493 LOG(FATAL) << "Unexpected div type " << type;