Home
last modified time | relevance | path

Searched refs:RemByPowerOfTwo (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h246 void RemByPowerOfTwo(HRem* instruction);
Dcode_generator_x86_64.h245 void RemByPowerOfTwo(HRem* instruction);
Dcode_generator_x86_64.cc3775 void InstructionCodeGeneratorX86_64::RemByPowerOfTwo(HRem* instruction) { in RemByPowerOfTwo() function in art::x86_64::InstructionCodeGeneratorX86_64
4002 RemByPowerOfTwo(instruction->AsRem()); in GenerateDivRemIntegral()
Dcode_generator_x86.cc3671 void InstructionCodeGeneratorX86::RemByPowerOfTwo(HRem* instruction) { in RemByPowerOfTwo() function in art::x86::InstructionCodeGeneratorX86
3809 RemByPowerOfTwo(instruction->AsRem()); in GenerateDivRemIntegral()