Lines Matching refs:amount
1076 bool IsValidAmount(uint32_t amount) const;
1093 ImmediateShiftOperand(Shift shift, uint32_t amount)
1094 : Shift(shift), amount_(amount) {
1098 VIXL_ASSERT(amount <= 31);
1101 VIXL_ASSERT(amount > 0);
1102 VIXL_ASSERT(amount <= 31);
1106 VIXL_ASSERT(amount > 0);
1107 VIXL_ASSERT(amount <= 32);
1110 VIXL_ASSERT(amount == 0);
1119 ImmediateShiftOperand(int shift, int amount);
1241 // Return the encoding value for a shift amount depending on the shift type.
1242 uint32_t AmountEncodingValue(Shift shift, uint32_t amount);