Searched refs:get_opcode (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmmix-dis.c71 static const struct mmix_opcode *get_opcode
153 get_opcode (insn) function
280 opcodep = get_opcode (insn);
/openbsd-current/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);
/openbsd-current/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);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmmix-dis.c148 get_opcode (unsigned long insn) function
274 opcodep = get_opcode (insn);
/openbsd-current/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);
194 get_opcode(vaddr_t loc, char *buf, size_t bufsiz) function
/openbsd-current/usr.sbin/unbound/testcode/
H A Dtestpkts.c775 static int get_opcode(uint8_t* pkt, size_t pktlen) function
1585 if(p->match_opcode && get_opcode(query_pkt, len) !=
1586 get_opcode(reply, rlen)) {
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dcmd_parser.c653 static inline u32 get_opcode(u32 cmd, const struct intel_engine_cs *engine) function
684 opcode = get_opcode(cmd, engine);
1833 cmd, get_opcode(cmd, s->engine),
1845 cmd, get_opcode(cmd, s->engine),
1879 cmd, get_opcode(cmd, s->engine),
2739 cmd, get_opcode(cmd, s->engine),

Completed in 263 milliseconds