Searched refs:GenerateShlLong (Results 1 – 2 of 2) sorted by relevance
222 void GenerateShlLong(const Location& loc, Register shifter);225 void GenerateShlLong(const Location& loc, int shift);
3953 GenerateShlLong(first, second_reg); in HandleShift()3965 GenerateShlLong(first, shift); in HandleShift()3980 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, int shift) { in GenerateShlLong() function in art::x86::InstructionCodeGeneratorX864008 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, Register shifter) { in GenerateShlLong() function in art::x86::InstructionCodeGeneratorX86