Lines Matching refs:ImmR
926 // | N | imms | immr | size | R | S |
940 // + Values of 'N', 'imms' and 'immr' which do not match the above table are
944 // + The 'x' bits in the 'immr' field are IGNORED.
1004 uint32_t ImmR = RepeatWidth - Rotation;
1015 Bits = ImmS | (ImmR << 6) | (N << 12);
1024 uint32_t ImmR = (Bits >> 6) & 0x3f;
1054 int Rotation = (ImmR & (Width - 1));