Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h321 void GenerateShrLong(const Location& loc, Register shifter);
324 void GenerateShrLong(const Location& loc, int shift);
Dcode_generator_x86.cc4927 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::InstructionCodeGeneratorX86
5012 void InstructionCodeGeneratorX86::GenerateShrLong(const Location& loc, Register shifter) { in GenerateShrLong() function in art::x86::InstructionCodeGeneratorX86