Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:mid3

394     unsigned Mid3 = (Value & 0x700) >> 8;
398 // inst{14-12} = Mid3;
400 Value = (Hi4 << 16) | (i << 26) | (Mid3 << 12) | (Lo8);