Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HandleShift

4595 void LocationsBuilderARM::HandleShift(HBinaryOperation* op) {
4634 void InstructionCodeGeneratorARM::HandleShift(HBinaryOperation* op) {
4790 HandleShift(shl);
4794 HandleShift(shl);
4798 HandleShift(shr);
4802 HandleShift(shr);
4806 HandleShift(ushr);
4810 HandleShift(ushr);