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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2411 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { function in class:art::arm64::LocationsBuilderARM64
2429 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { function in class:art::arm64::InstructionCodeGeneratorARM64
5509 HandleShift(shl);
5513 HandleShift(shl);
5517 HandleShift(shr);
5521 HandleShift(shr);
5721 HandleShift(ushr);
5725 HandleShift(ushr);
H A Dcode_generator_arm_vixl.cc4881 void LocationsBuilderARMVIXL::HandleShift(HBinaryOperation* op) { function in class:art::arm::LocationsBuilderARMVIXL
4920 void InstructionCodeGeneratorARMVIXL::HandleShift(HBinaryOperation* op) { function in class:art::arm::InstructionCodeGeneratorARMVIXL
5091 HandleShift(shl);
5095 HandleShift(shl);
5099 HandleShift(shr);
5103 HandleShift(shr);
5107 HandleShift(ushr);
5111 HandleShift(ushr);
H A Dcode_generator_mips.cc2273 void LocationsBuilderMIPS::HandleShift(HBinaryOperation* instr) { function in class:art::LocationsBuilderMIPS
2296 void InstructionCodeGeneratorMIPS::HandleShift(HBinaryOperation* instr) { function in class:art::InstructionCodeGeneratorMIPS
8818 HandleShift(ror);
8822 HandleShift(ror);
8826 HandleShift(shl);
8830 HandleShift(shl);
8834 HandleShift(shr);
8838 HandleShift(shr);
9227 HandleShift(ushr);
9231 HandleShift(ush
[all...]
H A Dcode_generator_x86.cc3877 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { function in class:art::x86::LocationsBuilderX86
3898 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { function in class:art::x86::InstructionCodeGeneratorX86
4160 HandleShift(shl);
4164 HandleShift(shl);
4168 HandleShift(shr);
4172 HandleShift(shr);
4176 HandleShift(ushr);
4180 HandleShift(ushr);
H A Dcode_generator_x86_64.cc3878 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { function in class:art::x86_64::LocationsBuilderX86_64
3898 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
4006 HandleShift(shl);
4010 HandleShift(shl);
4014 HandleShift(shr);
4018 HandleShift(shr);
4022 HandleShift(ushr);
4026 HandleShift(ushr);

Completed in 104 milliseconds