Searched refs:GenerateDivRemIntegral (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h332 void GenerateDivRemIntegral(HBinaryOperation* instruction);
H A Dcode_generator_mips64.h290 void GenerateDivRemIntegral(HBinaryOperation* instruction);
H A Dcode_generator_x86.h215 void GenerateDivRemIntegral(HBinaryOperation* instruction);
H A Dcode_generator_x86_64.h215 void GenerateDivRemIntegral(HBinaryOperation* instruction);
H A Dcode_generator_arm64.h318 void GenerateDivRemIntegral(HBinaryOperation* instruction);
H A Dcode_generator_arm64.cc3388 void InstructionCodeGeneratorARM64::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::arm64::InstructionCodeGeneratorARM64
3452 GenerateDivRemIntegral(div);
5459 GenerateDivRemIntegral(rem);
H A Dcode_generator_mips64.cc3177 void InstructionCodeGeneratorMIPS64::GenerateDivRemIntegral(HBinaryOperation* instruction) {
3245 GenerateDivRemIntegral(instruction);
5645 GenerateDivRemIntegral(instruction);
H A Dcode_generator_mips.cc3603 void InstructionCodeGeneratorMIPS::GenerateDivRemIntegral(HBinaryOperation* instruction) {
3686 GenerateDivRemIntegral(instruction);
7755 GenerateDivRemIntegral(instruction);
H A Dcode_generator_x86.cc3581 void InstructionCodeGeneratorX86::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::x86::InstructionCodeGeneratorX86
3650 LOG(FATAL) << "Unexpected type for GenerateDivRemIntegral " << instruction->GetResultType();
3712 GenerateDivRemIntegral(div);
3807 GenerateDivRemIntegral(rem);
H A Dcode_generator_x86_64.cc3669 void InstructionCodeGeneratorX86_64::GenerateDivRemIntegral(HBinaryOperation* instruction) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
3768 GenerateDivRemIntegral(div);
3847 GenerateDivRemIntegral(rem);

Completed in 116 milliseconds