Home
last modified time | relevance | path

Searched defs:get_opcode (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmmix-dis.c147 get_opcode (unsigned long insn) in get_opcode() function
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmmix-dis.c147 get_opcode (unsigned long insn) in get_opcode() function
/netbsd-src/sys/arch/vax/vax/
H A Ddb_disasm.c173 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
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibhppa.h361 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
/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
/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
/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
/netbsd-src/sys/arch/sh3/sh3/
H A Ddb_disasm.c176 get_opcode(const uint16_t *pc, char *buf, size_t len) in get_opcode() function
/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