Home
last modified time | relevance | path

Searched defs:cs_x86 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/capstone/include/capstone/
H A Dx86.h312 typedef struct cs_x86 { struct
320 uint8_t prefix[4];
325 uint8_t opcode[4];
328 uint8_t rex;
331 uint8_t addr_size;
334 uint8_t modrm;
337 uint8_t sib;
340 int64_t disp;
343 x86_reg sib_index;
345 int8_t sib_scale;
[all …]
/aosp_15_r20/external/capstone/bindings/vb6/
H A Dmx86.bas381 Public Type cs_x86 type
/aosp_15_r20/external/capstone/bindings/ocaml/
H A Dx86.ml29 type cs_x86 = { type