Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dmmix-dis.c71 static const struct mmix_opcode *get_opcode
153 get_opcode (insn) in get_opcode() function
280 opcodep = get_opcode (insn);
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlibhppa.h380 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
465 enum hppa_opcode_type op = 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.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibhppa.h380 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
465 enum hppa_opcode_type op = 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.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmmix-dis.c148 get_opcode (unsigned long insn) in get_opcode() function
274 opcodep = get_opcode (insn); in print_insn_mmix()
/openbsd-src/sys/arch/sh/sh/
H A Ddb_disasm.c43 static void get_opcode(vaddr_t, char *, size_t);
139 get_opcode(loc, line, sizeof line); in db_disasm()
194 get_opcode(vaddr_t loc, char *buf, size_t bufsiz) in get_opcode() function
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dcmd_parser.c653 static inline u32 get_opcode(u32 cmd, const struct intel_engine_cs *engine) in get_opcode() function
684 opcode = get_opcode(cmd, engine); in get_cmd_info()
1833 cmd, get_opcode(cmd, s->engine), in find_bb_size()
1845 cmd, get_opcode(cmd, s->engine), in find_bb_size()
1879 cmd, get_opcode(cmd, s->engine), in audit_bb_end()
2739 cmd, get_opcode(cmd, s->engine), in cmd_parser_exec()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dtestpkts.c775 static int get_opcode(uint8_t* pkt, size_t pktlen) in get_opcode() function
1585 if(p->match_opcode && get_opcode(query_pkt, len) != in find_match()
1586 get_opcode(reply, rlen)) { in find_match()