Home | History | Annotate | Download | only in ARM

Lines Matching defs:ShiftOp

1324 	unsigned ShiftOp
1325 bool isASR = (ShiftOp & (1 << 5)) != 0;
1326 unsigned Amt = ShiftOp & 0x1f;