Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3737 void InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant(HBinaryOperation* instruction, in GenerateDivRemWithAnyConstant() function in art::arm64::InstructionCodeGeneratorARM64
H A Dcode_generator_riscv64.cc1506 void InstructionCodeGeneratorRISCV64::GenerateDivRemWithAnyConstant(HBinaryOperation* instruction) { in GenerateDivRemWithAnyConstant() function in art::riscv64::InstructionCodeGeneratorRISCV64
H A Dcode_generator_x86_64.cc4383 void InstructionCodeGeneratorX86_64::GenerateDivRemWithAnyConstant(HBinaryOperation* instruction) { in GenerateDivRemWithAnyConstant() function in art::x86_64::InstructionCodeGeneratorX86_64
H A Dcode_generator_x86.cc4182 void InstructionCodeGeneratorX86::GenerateDivRemWithAnyConstant(HBinaryOperation* instruction) { in GenerateDivRemWithAnyConstant() function in art::x86::InstructionCodeGeneratorX86
H A Dcode_generator_arm_vixl.cc4583 void InstructionCodeGeneratorARMVIXL::GenerateDivRemWithAnyConstant(HBinaryOperation* instruction) { in GenerateDivRemWithAnyConstant() function in art::arm::InstructionCodeGeneratorARMVIXL