Searched refs:op_bytes (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/vmd/
H A Dmmio.h102 uint8_t op_bytes[2]; /* VEX unsupported */ member in struct:x86_opcode
H A Dmmio.c682 opcode->op_bytes[0] = byte;
683 opcode->op_bytes[1] = byte2;
690 opcode->op_bytes[0] = byte;
748 switch (insn->insn_opcode.op_bytes[0]) {
963 if (len < 1 || len > sizeof(insn->insn_opcode.op_bytes)) {
968 byte = insn->insn_opcode.op_bytes[len - 1];

Completed in 187 milliseconds