Searched refs:HEXAGON_INSTR_SIZE (Results 1 – 5 of 5) sorted by relevance
224 MCB, Fixup.getOffset() / HEXAGON_INSTR_SIZE)); in fixupNeedsRelaxationAdvanced()334 while(Count % HEXAGON_INSTR_SIZE) { in writeNopData()336 Count % HEXAGON_INSTR_SIZE << "/" << HEXAGON_INSTR_SIZE << "\n"); in writeNopData()342 Count -= HEXAGON_INSTR_SIZE; in writeNopData()344 uint32_t ParseBits = (Count % (HEXAGON_PACKET_SIZE * HEXAGON_INSTR_SIZE))? in writeNopData()
85 *Addend += HEXAGON_INSTR_SIZE; in encodeInstruction()
30 #define HEXAGON_INSTR_SIZE 4 macro34 #define HEXAGON_MAX_PACKET_SIZE (HEXAGON_PACKET_SIZE * HEXAGON_INSTR_SIZE)
3681 Size = HEXAGON_INSTR_SIZE; in getSize()3684 Size += HEXAGON_INSTR_SIZE; in getSize()
167 if (Bytes.size() < HEXAGON_INSTR_SIZE) in getInstruction()172 Size += HEXAGON_INSTR_SIZE; in getInstruction()173 Bytes = Bytes.slice(HEXAGON_INSTR_SIZE); in getInstruction()195 assert(Bytes.size() >= HEXAGON_INSTR_SIZE); in getSingleInstruction()