Searched refs:HandleShift (Results 1 - 12 of 12) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h190 void HandleShift(HBinaryOperation* operation);
226 void HandleShift(HBinaryOperation* operation);
H A Dcode_generator_mips64.h190 void HandleShift(HBinaryOperation* operation);
226 void HandleShift(HBinaryOperation* operation);
H A Dcode_generator_arm.h178 void HandleShift(HBinaryOperation* operation);
225 void HandleShift(HBinaryOperation* operation);
H A Dcode_generator_arm64.h265 void HandleShift(HBinaryOperation* instr);
307 void HandleShift(HBinaryOperation* instr);
H A Dcode_generator_x86.h171 void HandleShift(HBinaryOperation* instruction);
218 void HandleShift(HBinaryOperation* instruction);
H A Dcode_generator_x86_64.h177 void HandleShift(HBinaryOperation* operation);
219 void HandleShift(HBinaryOperation* operation);
H A Dcode_generator_mips64.cc1147 void LocationsBuilderMIPS64::HandleShift(HBinaryOperation* instr) { function in class:art::mips64::LocationsBuilderMIPS64
1165 void InstructionCodeGeneratorMIPS64::HandleShift(HBinaryOperation* instr) { function in class:art::mips64::InstructionCodeGeneratorMIPS64
3688 HandleShift(ror);
3692 HandleShift(ror);
3696 HandleShift(shl);
3700 HandleShift(shl);
3704 HandleShift(shr);
3708 HandleShift(shr);
4027 HandleShift(ushr);
4031 HandleShift(ush
[all...]
H A Dcode_generator_mips.cc1401 void LocationsBuilderMIPS::HandleShift(HBinaryOperation* instr) { function in class:art::mips::LocationsBuilderMIPS
1424 void InstructionCodeGeneratorMIPS::HandleShift(HBinaryOperation* instr) { function in class:art::mips::InstructionCodeGeneratorMIPS
4553 HandleShift(ror);
4557 HandleShift(ror);
4561 HandleShift(shl);
4565 HandleShift(shl);
4569 HandleShift(shr);
4573 HandleShift(shr);
5023 HandleShift(ushr);
5027 HandleShift(ush
[all...]
H A Dcode_generator_arm64.cc1775 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { function in class:art::arm64::LocationsBuilderARM64
1793 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { function in class:art::arm64::InstructionCodeGeneratorARM64
4507 HandleShift(shl);
4511 HandleShift(shl);
4515 HandleShift(shr);
4519 HandleShift(shr);
4713 HandleShift(ushr);
4717 HandleShift(ushr);
H A Dcode_generator_arm.cc3263 void LocationsBuilderARM::HandleShift(HBinaryOperation* op) { function in class:art::arm::LocationsBuilderARM
3302 void InstructionCodeGeneratorARM::HandleShift(HBinaryOperation* op) { function in class:art::arm::InstructionCodeGeneratorARM
3458 HandleShift(shl);
3462 HandleShift(shl);
3466 HandleShift(shr);
3470 HandleShift(shr);
3474 HandleShift(ushr);
3478 HandleShift(ushr);
H A Dcode_generator_x86.cc3675 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { function in class:art::x86::LocationsBuilderX86
3696 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { function in class:art::x86::InstructionCodeGeneratorX86
3958 HandleShift(shl);
3962 HandleShift(shl);
3966 HandleShift(shr);
3970 HandleShift(shr);
3974 HandleShift(ushr);
3978 HandleShift(ushr);
H A Dcode_generator_x86_64.cc3737 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { function in class:art::x86_64::LocationsBuilderX86_64
3757 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
3865 HandleShift(shl);
3869 HandleShift(shl);
3873 HandleShift(shr);
3877 HandleShift(shr);
3881 HandleShift(ushr);
3885 HandleShift(ushr);

Completed in 2375 milliseconds