Searched defs:GenerateDivRemIntegral (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | code_generator_x86_64.cc | 3764 void InstructionCodeGeneratorX86_64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86_64::InstructionCodeGeneratorX86_64 |
| D | code_generator_mips64.cc | 3544 void InstructionCodeGeneratorMIPS64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::mips64::InstructionCodeGeneratorMIPS64 |
| D | code_generator_x86.cc | 3613 void InstructionCodeGeneratorX86::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86::InstructionCodeGeneratorX86 |
| D | code_generator_mips.cc | 4144 void InstructionCodeGeneratorMIPS::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::mips::InstructionCodeGeneratorMIPS |