Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HandleShift

3675 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) {
3696 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) {
3958 HandleShift(shl);
3962 HandleShift(shl);
3966 HandleShift(shr);
3970 HandleShift(shr);
3974 HandleShift(ushr);
3978 HandleShift(ushr);