Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HandleShift

3914 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) {
3934 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) {
4042 HandleShift(shl);
4046 HandleShift(shl);
4050 HandleShift(shr);
4054 HandleShift(shr);
4058 HandleShift(ushr);
4062 HandleShift(ushr);