Home
last modified time | relevance | path

Searched refs:GenerateShlLong (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h222 void GenerateShlLong(const Location& loc, Register shifter);
225 void GenerateShlLong(const Location& loc, int shift);
Dcode_generator_x86.cc3953 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::InstructionCodeGeneratorX86
4008 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, Register shifter) { in GenerateShlLong() function in art::x86::InstructionCodeGeneratorX86