Lines Matching refs:shift_amount_
153 shift_amount_(0) {} in Operand()
160 shift_amount_(0) {} in Operand()
166 shift_amount_(shift_amount) { in Operand()
178 shift_amount_(shift_amount) { in Operand()
195 ((shift_ != NO_SHIFT) && (shift_amount_ == 0)) || in IsPlainRegister()
204 (((extend_ == UXTX) || (extend_ == SXTX)) && (shift_amount_ == 0))); in IsPlainRegister()
229 VIXL_ASSERT((shift_ == LSL) && (shift_amount_ <= 4)); in ToExtendedRegister()
230 return Operand(reg_, reg_.Is64Bits() ? UXTX : UXTW, shift_amount_); in ToExtendedRegister()
251 shift_amount_(0) { in MemOperand()
266 shift_amount_(shift_amount) { in MemOperand()
286 shift_amount_(shift_amount) { in MemOperand()
299 shift_amount_(0) { in MemOperand()
309 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
323 shift_amount_ = offset.GetShiftAmount(); in MemOperand()
393 if (shift_amount_ != 0) { in IsValid()