Searched refs:HEXAGON_PACKET_SIZE (Results 1 – 12 of 12) sorted by relevance
33 #define HEXAGON_PACKET_SIZE 4 macro34 #define HEXAGON_MAX_PACKET_SIZE (HEXAGON_PACKET_SIZE * HEXAGON_INSTR_SIZE)40 #define HEXAGON_PRESHUFFLE_PACKET_SIZE (HEXAGON_PACKET_SIZE + 3)
503 if (TS < HEXAGON_PACKET_SIZE) in isProfitable()504 Spare += HEXAGON_PACKET_SIZE-TS; in isProfitable()508 if (FS < HEXAGON_PACKET_SIZE) in isProfitable()509 Spare += HEXAGON_PACKET_SIZE-TS; in isProfitable()
54 HexagonBid Scores[HEXAGON_PACKET_SIZE];56 unsigned isSold : HEXAGON_PACKET_SIZE;66 for (unsigned i = 0; i < HEXAGON_PACKET_SIZE; ++i) in bid()427 if (size() > HEXAGON_PACKET_SIZE) { in shuffle()437 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle()450 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
238 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()279 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()311 assert((HexagonMCInstrInfo::bundleSize(Res) < HEXAGON_PACKET_SIZE) && in relaxInstruction()344 uint32_t ParseBits = (Count % (HEXAGON_PACKET_SIZE * HEXAGON_INSTR_SIZE))? in writeNopData()
213 if (bundleSize >= HEXAGON_PACKET_SIZE) in HexagonMCShuffle()218 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount) in HexagonMCShuffle()
37 Slots = s & ~(~0U << HEXAGON_PACKET_SIZE); in setUnits()
54 assert(HexagonMCInstrInfo::bundleSize(*MCB) <= HEXAGON_PACKET_SIZE); in EmitInstruction()
85 assert(HexagonMCInstrInfo::bundleSize(Inst) <= HEXAGON_PACKET_SIZE); in prettyPrintAsm()
56 assert(HexagonMCInstrInfo::bundleSize(*MI) <= HEXAGON_PACKET_SIZE); in printInst()
84 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) in canonicalizePacket()361 assert(Index < HEXAGON_PACKET_SIZE); in instruction()
256 if (slotsUsed > HEXAGON_PACKET_SIZE) { in checkSlots()
722 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) { in finishBundle()