Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h253 void GenerateUShrLong(const Location& loc, Register shifter);
256 void GenerateUShrLong(const Location& loc, int shift);
Dcode_generator_x86.cc4462 GenerateUShrLong(first, second_reg); in HandleShift()
4474 GenerateUShrLong(first, shift); in HandleShift()
4556 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, int shift) { in GenerateUShrLong() function in art::x86::InstructionCodeGeneratorX86
4580 void InstructionCodeGeneratorX86::GenerateUShrLong(const Location& loc, Register shifter) { in GenerateUShrLong() function in art::x86::InstructionCodeGeneratorX86