Searched defs:GenerateDivRemIntegral (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc2053 void InstructionCodeGeneratorMIPS64::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::mips64::InstructionCodeGeneratorMIPS64
2121 GenerateDivRemIntegral(instruction);
3641 GenerateDivRemIntegral(instruction);
H A Dcode_generator_arm64.cc2626 void InstructionCodeGeneratorARM64::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::arm64::InstructionCodeGeneratorARM64
2690 GenerateDivRemIntegral(div);
4449 GenerateDivRemIntegral(rem);
H A Dcode_generator_mips.cc2386 void InstructionCodeGeneratorMIPS::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::mips::InstructionCodeGeneratorMIPS
2469 GenerateDivRemIntegral(instruction);
4494 GenerateDivRemIntegral(instruction);
H A Dcode_generator_x86.cc3357 void InstructionCodeGeneratorX86::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::x86::InstructionCodeGeneratorX86
3432 LOG(FATAL) << "Unexpected type for GenerateDivRemIntegral " << instruction->GetResultType();
3494 GenerateDivRemIntegral(div);
3587 GenerateDivRemIntegral(rem);
H A Dcode_generator_x86_64.cc3487 void InstructionCodeGeneratorX86_64::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
3586 GenerateDivRemIntegral(div);
3665 GenerateDivRemIntegral(rem);

Completed in 110 milliseconds