Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2197 void LocationsBuilderARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::LocationsBuilderARM64
2215 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift() function in art::arm64::InstructionCodeGeneratorARM64
H A Dcode_generator_x86_64.cc4548 void LocationsBuilderX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::LocationsBuilderX86_64
4568 void InstructionCodeGeneratorX86_64::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86_64::InstructionCodeGeneratorX86_64
H A Dcode_generator_arm_vixl.cc5186 void LocationsBuilderARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::LocationsBuilderARMVIXL
5225 void InstructionCodeGeneratorARMVIXL::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::arm::InstructionCodeGeneratorARMVIXL
H A Dcode_generator_x86.cc4580 void LocationsBuilderX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::LocationsBuilderX86
4601 void InstructionCodeGeneratorX86::HandleShift(HBinaryOperation* op) { in HandleShift() function in art::x86::InstructionCodeGeneratorX86