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