Home
last modified time | relevance | path

Searched refs:x86_opcode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/vmd/
H A Dmmio.h100 struct x86_opcode { struct
113 struct x86_opcode insn_opcode; argument
H A Dx86_mmio.c45 static const char *str_opcode(struct x86_opcode *);
46 static const char *str_operand_enc(struct x86_opcode *);
295 str_opcode(struct x86_opcode *opcode) in str_opcode()
310 str_operand_enc(struct x86_opcode *opcode) in str_operand_enc()
651 struct x86_opcode *opcode = &insn->insn_opcode; in decode_opcode()