Home | History | Annotate | Download | only in Target

Lines Matching refs:SubReg

223   const char *const *SubRegIndexNames;        // Names of subreg indexes.
463 /// compositions. If R does not have a subreg a, or R:a does not have a subreg
468 /// If you compose subreg indices dsub_1, ssub_0 you get ssub_2.
789 unsigned SubReg;
800 SubReg(0),
811 unsigned getSubReg() const { return SubReg; }
821 SubReg = *Idx++;
822 if (!SubReg)