/src/sys/arch/vax/vax/ |
db_disasm.c | 119 static int get_opcode(inst_buffer * ib); 172 get_opcode(&ib); 180 get_opcode(inst_buffer *ib) function in typeref:typename:int
|
/src/sys/arch/sh3/sh3/ |
db_disasm.c | 45 static void get_opcode(const uint16_t *, char *, size_t); 142 get_opcode(pc, line, sizeof(line)); 176 get_opcode(const uint16_t *pc, char *buf, size_t len) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
cmd_parser.c | 643 static inline u32 get_opcode(u32 cmd, int ring_id) function in typeref:typename:u32 671 opcode = get_opcode(cmd, ring_id); 1764 cmd, get_opcode(cmd, s->ring_id), 1776 cmd, get_opcode(cmd, s->ring_id), 1810 cmd, get_opcode(cmd, s->ring_id), 2678 cmd, get_opcode(cmd, s->ring_id),
|