Searched refs:GenerateUShrLong (Results 1 – 2 of 2) sorted by relevance
272 void GenerateUShrLong(const Location& loc, Register shifter);275 void GenerateUShrLong(const Location& loc, int shift);
4648 GenerateUShrLong(first, second_reg); in HandleShift()4660 GenerateUShrLong(first, shift); in HandleShift()4742 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, int shift) { in GenerateUShrLong() function in art::x86::InstructionCodeGeneratorX864766 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { in GenerateUShrLong() function in art::x86::InstructionCodeGeneratorX86