Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmd/
H A Dmmio.h66 enum x86_opcode_type { enum
103 enum x86_opcode_type op_type; /* Type of opcode */
H A Dx86_mmio.c76 const enum x86_opcode_type x86_1byte_opcode_tbl[255] = {
113 const enum x86_opcode_type x86_2byte_opcode_tbl[255] = {
649 enum x86_opcode_type type; in decode_opcode()