Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:immr

212 /// the form N:immr:imms.
252 // Encode in immr the number of RORs it would take to get *from* this
255 unsigned immr = size - (i + 1);
268 encoding = (N << 12) | (immr << 6) | (nimms & 0x3f);
294 /// "N:immr:imms" (where the immr and imms fields are each 6 bits) into the
297 // Extract the N, imms, and immr fields.
299 unsigned immr = (val >> 6) & 0x3f;
306 unsigned R = immr & (size - 1);
322 /// in the form "N:immr:imms" (where the immr and imms fields are each 6 bits)