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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc3743 GenerateUShrLong(first, second_reg);
3755 GenerateUShrLong(first, shift);
3837 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, int shift) { function in class:art::x86::InstructionCodeGeneratorX86
3861 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { function in class:art::x86::InstructionCodeGeneratorX86

Completed in 52 milliseconds