Searched refs:get_opcode (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | mmix-dis.c | 71 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 D | libhppa.h | 380 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro 465 enum hppa_opcode_type op = get_opcode (insn); in bfd_hppa_insn2fmt()
|
| H A D | ChangeLog-9193 | 1022 (get_opcode and opcode defines): Move into libhppa.h 1027 (get_opcode): Moved here. FIXME! this really should be a C function
|
| H A D | ChangeLog-0001 | 8390 (get_opcode): Shift before masking.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | libhppa.h | 380 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro 465 enum hppa_opcode_type op = get_opcode (insn); in bfd_hppa_insn2fmt()
|
| H A D | ChangeLog-9193 | 1022 (get_opcode and opcode defines): Move into libhppa.h 1027 (get_opcode): Moved here. FIXME! this really should be a C function
|
| H A D | ChangeLog-0001 | 8390 (get_opcode): Shift before masking.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | mmix-dis.c | 148 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 D | db_disasm.c | 43 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 D | cmd_parser.c | 653 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 D | testpkts.c | 775 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()
|