Home | History | Annotate | Download | only in qemu

Lines Matching defs:amount

649   /* Two registers and a shift amount */
1599 int amount = (given & 0xf80) >> 7;
1602 if (amount == 0)
1610 amount = 32;
1614 func (stream, ", %s #%d", arm_shift[shift], amount);
1616 func (stream, ", #%d", amount);