HomeSort by: relevance | last modified time | path
    Searched refs:get_opcode (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/vax/vax/
db_disasm.c 119 static int get_opcode(inst_buffer * ib);
172 get_opcode(&ib);
180 get_opcode(inst_buffer *ib) function
  /src/external/gpl3/binutils/dist/bfd/
libhppa.h 361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
446 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn);
  /src/external/gpl3/binutils.old/dist/bfd/
libhppa.h 361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
446 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn);
  /src/external/gpl3/gdb/dist/bfd/
libhppa.h 361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
446 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn);
  /src/external/gpl3/gdb.old/dist/bfd/
libhppa.h 361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
446 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn);
  /src/external/gpl3/binutils/dist/opcodes/
mmix-dis.c 148 get_opcode (unsigned long insn) function
290 opcodep = get_opcode (insn);
  /src/external/gpl3/binutils.old/dist/opcodes/
mmix-dis.c 148 get_opcode (unsigned long insn) function
290 opcodep = get_opcode (insn);
  /src/external/gpl3/gdb/dist/opcodes/
mmix-dis.c 148 get_opcode (unsigned long insn) function
290 opcodep = get_opcode (insn);
  /src/external/gpl3/gdb.old/dist/opcodes/
mmix-dis.c 148 get_opcode (unsigned long insn) function
290 opcodep = get_opcode (insn);
  /src/sys/arch/sh3/sh3/
db_disasm.c 45 static void get_opcode(const uint16_t *, char *, size_t);
142 get_opcode(pc, line, sizeof(line));
176 get_opcode(const uint16_t *pc, char *buf, size_t len) function
  /src/external/bsd/unbound/dist/testcode/
testpkts.c 775 static int get_opcode(uint8_t* pkt, size_t pktlen) function
1602 if(p->match_opcode && get_opcode(query_pkt, len) !=
1603 get_opcode(reply, rlen)) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-visium.c 720 get_opcode (int *code, enum addressing_mode *mode, char *flags, char *mnem) function
1027 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-visium.c 720 get_opcode (int *code, enum addressing_mode *mode, char *flags, char *mnem) function
1027 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0)
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 643 static inline u32 get_opcode(u32 cmd, int ring_id) function
671 opcode = get_opcode(cmd, ring_id);
1764 cmd, get_opcode(cmd, s->ring_id),
1776 cmd, get_opcode(cmd, s->ring_id),
1810 cmd, get_opcode(cmd, s->ring_id),
2678 cmd, get_opcode(cmd, s->ring_id),

Completed in 67 milliseconds