Home
last modified time | relevance | path

Searched refs:get_opcode (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Ddb_disasm.c118 static int get_opcode(inst_buffer * ib);
165 get_opcode(&ib); in db_disasm()
173 get_opcode(inst_buffer *ib) in get_opcode() function
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibhppa.h361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
446 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn); in bfd_hppa_insn2fmt()
H A DChangeLog-91931022 (get_opcode and opcode defines): Move into libhppa.h
1027 (get_opcode): Moved here. FIXME! this really should be a C function
H A DChangeLog-00018390 (get_opcode): Shift before masking.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibhppa.h361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
446 enum hppa_opcode_type op = (enum hppa_opcode_type) get_opcode (insn); in bfd_hppa_insn2fmt()
H A DChangeLog-91931022 (get_opcode and opcode defines): Move into libhppa.h
1027 (get_opcode): Moved here. FIXME! this really should be a C function
H A DChangeLog-00018390 (get_opcode): Shift before masking.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmmix-dis.c147 get_opcode (unsigned long insn) in get_opcode() function
289 opcodep = get_opcode (insn); in print_insn_mmix()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmmix-dis.c147 get_opcode (unsigned long insn) in get_opcode() function
289 opcodep = get_opcode (insn); in print_insn_mmix()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c643 static inline u32 get_opcode(u32 cmd, int ring_id) in get_opcode() function
671 opcode = get_opcode(cmd, ring_id); in get_cmd_info()
1764 cmd, get_opcode(cmd, s->ring_id), in find_bb_size()
1776 cmd, get_opcode(cmd, s->ring_id), in find_bb_size()
1810 cmd, get_opcode(cmd, s->ring_id), in audit_bb_end()
2678 cmd, get_opcode(cmd, s->ring_id), in cmd_parser_exec()
/netbsd-src/sys/arch/sh3/sh3/
H A Ddb_disasm.c45 static void get_opcode(const uint16_t *, char *, size_t);
142 get_opcode(pc, line, sizeof(line)); in db_disasm()
176 get_opcode(const uint16_t *pc, char *buf, size_t len) in get_opcode() function
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c774 static int get_opcode(uint8_t* pkt, size_t pktlen) in get_opcode() function
1584 if(p->match_opcode && get_opcode(query_pkt, len) != in find_match()
1585 get_opcode(reply, rlen)) { in find_match()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-visium.c737 get_opcode (int *code, enum addressing_mode *mode, char *flags, char *mnem) in get_opcode() function
1046 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0) in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-visium.c758 get_opcode (int *code, enum addressing_mode *mode, char *flags, char *mnem) in get_opcode() function
1067 if (get_opcode (&opcode, &amode, &arch_flags, mnem) < 0) in md_assemble()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-91931022 (get_opcode and opcode defines): Move into libhppa.h
1027 (get_opcode): Moved here. FIXME! this really should be a C function
H A DChangeLog-00018390 (get_opcode): Shift before masking.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-91931022 (get_opcode and opcode defines): Move into libhppa.h
1027 (get_opcode): Moved here. FIXME! this really should be a C function
H A DChangeLog-00018390 (get_opcode): Shift before masking.