Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc1534 void InstructionCodeGeneratorRISCV64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::riscv64::InstructionCodeGeneratorRISCV64
H A Dcode_generator_x86_64.cc4494 void InstructionCodeGeneratorX86_64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86_64::InstructionCodeGeneratorX86_64
H A Dcode_generator_x86.cc4249 void InstructionCodeGeneratorX86::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86::InstructionCodeGeneratorX86