Searched refs:SlotNum (Results 1 – 4 of 4) sorted by relevance
445 for (unsigned SlotNum = 0; SlotNum < HEXAGON_PACKET_SIZE; SlotNum++) in SlotMaskToText() 446 if ((SlotMask & (1 << SlotNum)) != 0) in SlotMaskToText() local 447 Slots.push_back(utostr(SlotNum)); in SlotMaskToText()
506 StringRef SlotNum = Slot.substr(1); in handleResourceBindingAttr() local508 if (SlotNum.getAsInteger(10, Num)) { in handleResourceBindingAttr()
4230 int SlotNum = Machine.getLocalSlot(&I); in printInstruction() local4231 if (SlotNum == -1) in printInstruction()4234 Out << '%' << SlotNum << " = "; in printInstruction()
2372 U8 SlotNum; /* 0x09 */ member