Searched defs:cs_x86 (Results 1 – 3 of 3) sorted by relevance
381 Public Type cs_x86 type
29 type cs_x86 = { type
207 typedef struct cs_x86 { struct215 uint8_t prefix[4];220 uint8_t opcode[4];223 uint8_t rex;226 uint8_t addr_size;229 uint8_t modrm;232 uint8_t sib;235 int32_t disp;261 cs_x86_op operands[8]; // operands for this instruction. argument262 } cs_x86; argument