Searched defs:HandleShift (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.cc2451 void LocationsBuilderARM::HandleShift(HBinaryOperation* op) { function in class:art::arm::LocationsBuilderARM
2478 void InstructionCodeGeneratorARM::HandleShift(HBinaryOperation* op) { function in class:art::arm::InstructionCodeGeneratorARM
2576 HandleShift(shl);
2580 HandleShift(shl);
2584 HandleShift(shr);
2588 HandleShift(shr);
2592 HandleShift(ushr);
2596 HandleShift(ushr);
H A Dcode_generator_arm64.cc1244 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { function in class:art::arm64::LocationsBuilderARM64
1262 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { function in class:art::arm64::InstructionCodeGeneratorARM64
2535 HandleShift(shl);
2539 HandleShift(shl);
2543 HandleShift(shr);
2547 HandleShift(shr);
2701 HandleShift(ushr);
2705 HandleShift(ushr);
H A Dcode_generator_mips64.cc1138 void LocationsBuilderMIPS64::HandleShift(HBinaryOperation* instr) { function in class:art::mips64::LocationsBuilderMIPS64
1156 void InstructionCodeGeneratorMIPS64::HandleShift(HBinaryOperation* instr) { function in class:art::mips64::InstructionCodeGeneratorMIPS64
2938 HandleShift(shl);
2942 HandleShift(shl);
2946 HandleShift(shr);
2950 HandleShift(shr);
3176 HandleShift(ushr);
3180 HandleShift(ushr);
H A Dcode_generator_x86.cc2739 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { function in class:art::x86::LocationsBuilderX86
2760 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { function in class:art::x86::InstructionCodeGeneratorX86
2937 HandleShift(shl);
2941 HandleShift(shl);
2945 HandleShift(shr);
2949 HandleShift(shr);
2953 HandleShift(ushr);
2957 HandleShift(ushr);
H A Dcode_generator_x86_64.cc2913 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { function in class:art::x86_64::LocationsBuilderX86_64
2933 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
2991 HandleShift(shl);
2995 HandleShift(shl);
2999 HandleShift(shr);
3003 HandleShift(shr);
3007 HandleShift(ushr);
3011 HandleShift(ushr);

Completed in 1438 milliseconds