Home
last modified time | relevance | path

Searched refs:x86_op_mem (Results 1 – 4 of 4) sorted by relevance

/external/capstone/bindings/vb6/
DCX86Operand.cls104 ElseIf optype = x86_op_mem Then
121 If optype = x86_op_mem Then opStr = "x86_op_mem"
155 Dim opMem As x86_op_mem
175 ElseIf optype = x86_op_mem Then
Dmx86.bas254 x86_op_mem 'CS_OP_MEM (Memory operand).
352 Public Type x86_op_mem type
/external/capstone/bindings/ocaml/
Dx86.ml7 type x86_op_mem = { type
20 | X86_OP_MEM of x86_op_mem
/external/capstone/include/
Dx86.h178 typedef struct x86_op_mem { struct
184 } x86_op_mem; typedef
193 x86_op_mem mem; // base/index/scale/disp value for MEM operand