Home | History | Annotate | Download | only in opcodes

Lines Matching defs:shift_amount

1098   uint32_t shift_amount;
1114 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
1117 value >>= shift_amount;
1121 inst->operands[1].shifter.amount = shift_amount;