Home
last modified time | relevance | path

Searched defs:HandleRotate (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc5056 void LocationsBuilderX86_64::HandleRotate(HBinaryOperation* rotate) { in HandleRotate() function in art::x86_64::LocationsBuilderX86_64
5075 void InstructionCodeGeneratorX86_64::HandleRotate(HBinaryOperation* rotate) { in HandleRotate() function in art::x86_64::InstructionCodeGeneratorX86_64
H A Dcode_generator_x86.cc5064 void LocationsBuilderX86::HandleRotate(HBinaryOperation* rotate) { in HandleRotate() function in art::x86::LocationsBuilderX86
5093 void InstructionCodeGeneratorX86::HandleRotate(HBinaryOperation* rotate) { in HandleRotate() function in art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_arm_vixl.cc5407 void LocationsBuilderARMVIXL::HandleRotate(HBinaryOperation* rotate) { in HandleRotate() function in art::arm::LocationsBuilderARMVIXL
5448 void InstructionCodeGeneratorARMVIXL::HandleRotate(HBinaryOperation* rotate) { in HandleRotate() function in art::arm::InstructionCodeGeneratorARMVIXL