Home | History | Annotate | Download | only in Utils

Lines Matching refs:ShiftImm

1112 bool A64Imms::decodeNeonModShiftImm(unsigned OpCmode, unsigned &ShiftImm,
1114 ShiftImm = 0;
1126 ShiftImm = ((OpCmode & 0x2) >> 1);
1129 ShiftImm = ((OpCmode & 0x6) >> 1);
1133 ShiftImm = (OpCmode & 0x1);