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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc3741 GenerateShrLong(first, second_reg);
3753 GenerateShrLong(first, shift);
3805 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, int shift) { function in class:art::x86::InstructionCodeGeneratorX86
3826 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { function in class:art::x86::InstructionCodeGeneratorX86

Completed in 102 milliseconds