Lines Matching defs:shift
153 Operand::Operand(Register reg, Shift shift, unsigned shift_amount)
155 shift_(shift),
158 VIXL_ASSERT(shift != MSL);
270 Shift shift,
276 shift_(shift),
281 VIXL_ASSERT(shift == LSL);
339 // We can ignore shift and extend options because they all result in zero.
391 // Only shift and extend modifiers can take a shift amount.
415 // We can ignore the shift because it will still result in zero.