HomeSort by: relevance | last modified time | path
    Searched defs:GET_INSN_FIELD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
pru.h 146 #define GET_INSN_FIELD(X, i) \
367 ((GET_INSN_FIELD (BROFF98, i) << 8) | (GET_INSN_FIELD (BROFF70, i) << 0))
379 ( (GET_INSN_FIELD (BURSTLEN64, (i)) << 4) | \
380 (GET_INSN_FIELD (BURSTLEN31, (i)) << 1) | \
381 (GET_INSN_FIELD (BURSTLEN0, (i)) << 0))
  /src/external/gpl3/binutils.old/dist/include/opcode/
pru.h 146 #define GET_INSN_FIELD(X, i) \
367 ((GET_INSN_FIELD (BROFF98, i) << 8) | (GET_INSN_FIELD (BROFF70, i) << 0))
379 ( (GET_INSN_FIELD (BURSTLEN64, (i)) << 4) | \
380 (GET_INSN_FIELD (BURSTLEN31, (i)) << 1) | \
381 (GET_INSN_FIELD (BURSTLEN0, (i)) << 0))
  /src/external/gpl3/gdb/dist/include/opcode/
pru.h 146 #define GET_INSN_FIELD(X, i) \
367 ((GET_INSN_FIELD (BROFF98, i) << 8) | (GET_INSN_FIELD (BROFF70, i) << 0))
379 ( (GET_INSN_FIELD (BURSTLEN64, (i)) << 4) | \
380 (GET_INSN_FIELD (BURSTLEN31, (i)) << 1) | \
381 (GET_INSN_FIELD (BURSTLEN0, (i)) << 0))
  /src/external/gpl3/gdb.old/dist/include/opcode/
pru.h 146 #define GET_INSN_FIELD(X, i) \
367 ((GET_INSN_FIELD (BROFF98, i) << 8) | (GET_INSN_FIELD (BROFF70, i) << 0))
379 ( (GET_INSN_FIELD (BURSTLEN64, (i)) << 4) | \
380 (GET_INSN_FIELD (BURSTLEN31, (i)) << 1) | \
381 (GET_INSN_FIELD (BURSTLEN0, (i)) << 0))

Completed in 23 milliseconds