Lines Matching refs:shift_amount
300 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() argument
304 shift_amount_(shift_amount) { in Operand()
306 VIXL_ASSERT(reg.Is64Bits() || (shift_amount < kWRegSize)); in Operand()
307 VIXL_ASSERT(reg.Is32Bits() || (shift_amount < kXRegSize)); in Operand()
312 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument
316 shift_amount_(shift_amount) { in Operand()
318 VIXL_ASSERT(shift_amount <= 4); in Operand()
397 unsigned shift_amount) in MemOperand() argument
404 shift_amount_(shift_amount) { in MemOperand()
417 unsigned shift_amount) in MemOperand() argument
424 shift_amount_(shift_amount) { in MemOperand()