Searched defs:DivRemByPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ | ||
D | code_generator_mips64.cc | 1875 void InstructionCodeGeneratorMIPS64::DivRemByPowerOfTwo(HBinaryOperation* instruction) { in DivRemByPowerOfTwo() function in art::mips64::InstructionCodeGeneratorMIPS64 |
D | code_generator_arm64.cc | 2540 void InstructionCodeGeneratorARM64::DivRemByPowerOfTwo(HBinaryOperation* instruction) { in DivRemByPowerOfTwo() function in art::arm64::InstructionCodeGeneratorARM64 |
D | code_generator_mips.cc | 2286 void InstructionCodeGeneratorMIPS::DivRemByPowerOfTwo(HBinaryOperation* instruction) { in DivRemByPowerOfTwo() function in art::mips::InstructionCodeGeneratorMIPS |
D | code_generator_arm.cc | 2719 void InstructionCodeGeneratorARM::DivRemByPowerOfTwo(HBinaryOperation* instruction) { in DivRemByPowerOfTwo() function in art::arm::InstructionCodeGeneratorARM |