Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1122 static Operand GetShifterOperand(vixl32::Register rm, ShiftType shift, uint32_t shift_imm) { in GetShifterOperand() function
1157 GetShifterOperand(second_hi, ShiftType::ASR, shift_value - 32), in GenerateLongDataProc()
1165 GetShifterOperand(second_hi, ShiftType::LSR, shift_value - 32), in GenerateLongDataProc()