Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc3764 void InstructionCodeGeneratorX86_64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_mips64.cc3544 void InstructionCodeGeneratorMIPS64::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::mips64::InstructionCodeGeneratorMIPS64
Dcode_generator_x86.cc3613 void InstructionCodeGeneratorX86::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_mips.cc4144 void InstructionCodeGeneratorMIPS::GenerateDivRemIntegral(HBinaryOperation* instruction) { in GenerateDivRemIntegral() function in art::mips::InstructionCodeGeneratorMIPS