Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h252 void GenerateShrLong(const Location& loc, Register shifter);
255 void GenerateShrLong(const Location& loc, int shift);
Dcode_generator_x86.cc4460 GenerateShrLong(first, second_reg); in HandleShift()
4472 GenerateShrLong(first, shift); in HandleShift()
4524 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, int shift) { in GenerateShrLong() function in art::x86::InstructionCodeGeneratorX86
4545 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { in GenerateShrLong() function in art::x86::InstructionCodeGeneratorX86