Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Units

94   unsigned Units = getUnits();
95 unsigned Key = ((1u << s) & Units) != 0;
100 if (Key == 0 || Units == 0 || (SlotWeight * s >= 32))
103 unsigned Ctpop = countPopulation(Units);
104 unsigned Cttz = countTrailingZeros(Units);
167 unsigned Units;
182 if (!hvxInsts[startIdx].Units)
185 if ((hvxInsts[startIdx].Units & b) == 0)
241 unsigned Units = ISJ->Core.getUnits();
242 if (Units & 2U) {
249 ISJ->Core.setUnits(Units & ~2U);
270 unsigned Units = ISJ->Core.getUnits();
271 if (Units & 2U) {
276 ISJ->Core.setUnits(Units & ~2U);
587 inst.Units = I->CVI.getUnits();
589 if (inst.Units == 0)