Home | History | Annotate | Download | only in PowerPC

Lines Matching full:nslots

88                                                        unsigned &NSlots) {
95 NSlots = 1;
108 NSlots = 2;
120 NSlots = 4;
125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1)
126 NSlots = 2;
131 return NSlots > 1;
150 unsigned NSlots;
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
187 unsigned NSlots;
188 bool MustBeFirst = mustComeFirst(MCID, NSlots);
197 CurSlots += NSlots;