Searched refs:GenerateUShrLong (Results 1 – 2 of 2) sorted by relevance
322 void GenerateUShrLong(const Location& loc, Register shifter);325 void GenerateUShrLong(const Location& loc, int shift);
4929 GenerateUShrLong(first, second_reg); in HandleShift()4941 GenerateUShrLong(first, shift); in HandleShift()5023 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, int shift) { in GenerateUShrLong() function in art::x86::InstructionCodeGeneratorX865047 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { in GenerateUShrLong() function in art::x86::InstructionCodeGeneratorX86