Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc1244 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::LocationsBuilderARM64
1262 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_mips64.cc1138 void LocationsBuilderMIPS64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::mips64::LocationsBuilderMIPS64
1156 void InstructionCodeGeneratorMIPS64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::mips64::InstructionCodeGeneratorMIPS64
Dcode_generator_arm.cc2451 void LocationsBuilderARM::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::LocationsBuilderARM
2478 void InstructionCodeGeneratorARM::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::InstructionCodeGeneratorARM
Dcode_generator_x86.cc2739 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::LocationsBuilderX86
2760 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_x86_64.cc2913 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::LocationsBuilderX86_64
2933 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::InstructionCodeGeneratorX86_64