Searched refs:cs_x86 (Results 1 – 11 of 11) sorted by relevance
29 type cs_x86 = { type
105 | CS_INFO_X86 of cs_x86
154 Dim cs As cs_x86
381 Public Type cs_x86 type
183 cs_x86 *x86; in print_insn_detail_x86()
300 cs_x86 x86; ///< X86 architecture, including 16-bit, 32-bit & 64-bit mode
312 typedef struct cs_x86 { struct381 } cs_x86; typedef
193 cs_x86 *x86; in get_detail_x86()
185 cs_x86 *x86; in print_insn_detail()
949 memset(instr->flat_insn->detail, 0, offsetof(cs_detail, x86) + sizeof(cs_x86)); in X86_getInstruction()
3522 cs_x86 *x86 = &(insn->detail->x86); in X86_reg_access()