Home | History | Annotate | Download | only in aarch64

Lines Matching defs:shift_amount

4498             int shift_amount = 8 * ((cmode >> 1) & 3);
4499 AppendToOutput("#%d", shift_amount);
4505 int shift_amount = 8 << (cmode & 1);
4506 AppendToOutput("#%d", shift_amount);