Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc2321 void LocationsBuilderRISCV64::HandleShift(HBinaryOperation* instruction) { in HandleShift() function in art::riscv64::LocationsBuilderRISCV64
2344 void InstructionCodeGeneratorRISCV64::HandleShift(HBinaryOperation* instruction) { in HandleShift() function in art::riscv64::InstructionCodeGeneratorRISCV64
Dcode_generator_arm64.cc2545 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::LocationsBuilderARM64
2563 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_x86_64.cc4960 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::LocationsBuilderX86_64
4980 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_x86.cc4845 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::LocationsBuilderX86
4866 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc5459 void LocationsBuilderARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::LocationsBuilderARMVIXL
5499 void InstructionCodeGeneratorARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::InstructionCodeGeneratorARMVIXL