Searched refs:SlotNum (Results 1 – 2 of 2) sorted by relevance
444 for (unsigned SlotNum = 0; SlotNum < HEXAGON_PACKET_SIZE; SlotNum++) in SlotMaskToText() local445 if ((SlotMask & (1 << SlotNum)) != 0) in SlotMaskToText()446 Slots.push_back(utostr(SlotNum)); in SlotMaskToText()
3940 int SlotNum = Machine.getLocalSlot(&I); in printInstruction() local3941 if (SlotNum == -1) in printInstruction()3944 Out << '%' << SlotNum << " = "; in printInstruction()