Lines Matching refs:shift_amount
153 Operand::Operand(Register reg, Shift shift, unsigned shift_amount)
157 shift_amount_(shift_amount) {
159 VIXL_ASSERT(reg.Is64Bits() || (shift_amount < kWRegSize));
160 VIXL_ASSERT(reg.Is32Bits() || (shift_amount < kXRegSize));
165 Operand::Operand(Register reg, Extend extend, unsigned shift_amount)
169 shift_amount_(shift_amount) {
171 VIXL_ASSERT(shift_amount <= 4);
251 unsigned shift_amount)
258 shift_amount_(shift_amount) {
271 unsigned shift_amount)
278 shift_amount_(shift_amount) {