Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc1143 static Operand GetShifterOperand(vixl32::Register rm, ShiftType shift, uint32_t shift_imm) { in GetShifterOperand() function
1178 GetShifterOperand(second_hi, ShiftType::ASR, shift_value - 32), in GenerateLongDataProc()
1186 GetShifterOperand(second_hi, ShiftType::LSR, shift_value - 32), in GenerateLongDataProc()