Lines Matching refs:amount

313     { 10,  2 }, /* SVE_msz: 2-bit shift amount for ADR.  */
316 { 16, 1 }, /* SVE_rot1: 1-bit rotation amount. */
317 { 10, 2 }, /* SVE_rot2: 2-bit rotation amount. */
318 { 10, 1 }, /* SVE_rot3: 1-bit rotation amount at bit 10. */
1084 amount will be returned in *SHIFT_AMOUNT. */
1089 int amount;
1105 amount = -1;
1107 amount = 0;
1109 amount = 16;
1111 amount = 32;
1113 amount = 48;
1115 if (amount == -1)
1122 *shift_amount = amount;
1124 DEBUG_TRACE ("exit true with amount %d", amount);
1407 _("shift amount"));
1767 _("invalid post-increment amount"));
1779 if (opnd->shifter.amount != 0
1780 && opnd->shifter.amount != (int)get_logsz (size))
1783 _("invalid shift amount"));
1973 || (opnd->shifter.amount
2007 || opnd->shifter.amount < 0
2008 || opnd->shifter.amount > 3)
2094 if (opnd->shifter.amount != 0 && opnd->shifter.amount != 12)
2097 _("shift amount must be 0 or 12"));
2117 if (!value_aligned_p (opnd->shifter.amount, 16))
2120 _("shift amount must be a multiple of 16"));
2123 if (!value_in_range_p (opnd->shifter.amount, 0, size * 8 - 16))
2301 _("invalid shift amount"));
2378 /* Is the shift amount valid? */
2383 if (!value_in_range_p (opnd->shifter.amount, 0, (size - 1) * 8))
2389 if (!value_aligned_p (opnd->shifter.amount, 8))
2396 /* Only 8 and 16 are valid shift amount. */
2397 if (opnd->shifter.amount != 8 && opnd->shifter.amount != 16)
2400 _("shift amount must be 0 or 16"));
2449 shift = opnd->shifter.amount;
2455 _("no shift amount allowed for"
2465 _("shift amount must be 0 or 8"));
2558 if (!value_in_range_p (opnd->shifter.amount, 1, 16))
2683 if (!value_in_range_p (opnd->shifter.amount, 0, 4))
2720 if (!value_in_range_p (opnd->shifter.amount, 0, num))
3151 if (!opnd->shifter.amount && (opnd->qualifier != AARCH64_OPND_QLF_S_B
3154 /* Not print the shift/extend amount when the amount is zero and
3169 (opnd->shifter.amount % 100));
3314 if (opnd->shifter.amount == 0)
3322 if (opnd->shifter.amount)
3326 opnd->shifter.amount);
3336 if (opnd->shifter.amount == 0 && opnd->shifter.kind == AARCH64_MOD_LSL)
3343 opnd->shifter.amount);
3568 opnd->shifter.amount);
3611 if (opnd->shifter.amount)
3613 opnd->shifter.amount);
3620 if ((! opnd->shifter.amount && opnd->shifter.kind == AARCH64_MOD_LSL)
3626 opnd->shifter.amount);
3631 if (opnd->shifter.amount)
3633 opnd->shifter.amount);