Searched refs:HEXAGON_INSTR_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagon.h30 #define HEXAGON_INSTR_SIZE 4 macro
34 #define HEXAGON_MAX_PACKET_SIZE (HEXAGON_PACKET_SIZE * HEXAGON_INSTR_SIZE)
H A DHexagonInstrInfo.cpp3681 Size = HEXAGON_INSTR_SIZE;
3684 Size += HEXAGON_INSTR_SIZE;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp224 MCB, Fixup.getOffset() / HEXAGON_INSTR_SIZE));
334 while(Count % HEXAGON_INSTR_SIZE) {
336 Count % HEXAGON_INSTR_SIZE << "/" << HEXAGON_INSTR_SIZE << "\n"); variable
342 Count -= HEXAGON_INSTR_SIZE;
344 uint32_t ParseBits = (Count % (HEXAGON_PACKET_SIZE * HEXAGON_INSTR_SIZE))?
H A DHexagonMCCodeEmitter.cpp85 *Addend += HEXAGON_INSTR_SIZE;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp167 if (Bytes.size() < HEXAGON_INSTR_SIZE)
172 Size += HEXAGON_INSTR_SIZE;
173 Bytes = Bytes.slice(HEXAGON_INSTR_SIZE);
195 assert(Bytes.size() >= HEXAGON_INSTR_SIZE);

Completed in 72 milliseconds