Searched defs:x86_instruction_info (Results 1 – 1 of 1) sorted by relevance
37 struct x86_instruction_info { struct38 u8 intercept; /* which intercept */39 u8 rep_prefix; /* rep prefix? */40 u8 modrm_mod; /* mod part of modrm */41 u8 modrm_reg; /* index of register used */42 u8 modrm_rm; /* rm part of modrm */43 u64 src_val; /* value of source operand */44 u64 dst_val; /* value of destination operand */45 u8 src_bytes; /* size of source operand */46 u8 dst_bytes; /* size of destination operand */[all …]