Searched refs:GenerateShrLong (Results 1 – 2 of 2) sorted by relevance
321 void GenerateShrLong(const Location& loc, Register shifter);324 void GenerateShrLong(const Location& loc, int shift);
4927 GenerateShrLong(first, second_reg); in HandleShift()4939 GenerateShrLong(first, shift); in HandleShift()4991 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, int shift) { in GenerateShrLong() function in art::x86::InstructionCodeGeneratorX865012 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { in GenerateShrLong() function in art::x86::InstructionCodeGeneratorX86