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