Searched defs:GenerateDivRemIntegral (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ | ||
D | code_generator_riscv64.cc | 1534 void InstructionCodeGeneratorRISCV64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::riscv64::InstructionCodeGeneratorRISCV64 |
D | code_generator_x86_64.cc | 4466 void InstructionCodeGeneratorX86_64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86_64::InstructionCodeGeneratorX86_64 |
D | code_generator_x86.cc | 4251 void InstructionCodeGeneratorX86::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86::InstructionCodeGeneratorX86 |