Home | History | Annotate | Download | only in opcodes

Lines Matching full:shift_amount

876    If SHIFT_AMOUNT is not NULL, on the return of TRUE, the logical left shift
877 amount will be returned in *SHIFT_AMOUNT. */
880 aarch64_wide_constant_p (int64_t value, int is32, unsigned int *shift_amount)
915 if (shift_amount != NULL)
916 *shift_amount = amount;