Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h251 void GenerateShlLong(const Location& loc, Register shifter);
254 void GenerateShlLong(const Location& loc, int shift);
Dcode_generator_x86.cc4458 GenerateShlLong(first, second_reg); in HandleShift()
4470 GenerateShlLong(first, shift); in HandleShift()
4485 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, int shift) { in GenerateShlLong() function in art::x86::InstructionCodeGeneratorX86
4513 void InstructionCodeGeneratorX86::GenerateShlLong(const Location& loc, Register shifter) { in GenerateShlLong() function in art::x86::InstructionCodeGeneratorX86