Home | History | Annotate | Download | only in aarch64

Lines Matching defs:shift_amount

459     unsigned shift_amount = mem_op.GetShiftAmount();
461 offset = ShiftOperand(kXRegSize, offset, mem_op.GetShift(), shift_amount);
464 offset = ExtendValue(kXRegSize, offset, mem_op.GetExtend(), shift_amount);
1173 unsigned shift_amount = instr->GetImmDPShift();
1177 shift_amount);
1288 unsigned shift_amount = instr->GetImmShiftLS() * instr->GetSizeLS();
1291 ExtendValue(kXRegSize, ReadXRegister(instr->GetRm()), ext, shift_amount);