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
19 | X86_OP_MEM of x86_op_mem
/external/capstone/include/capstone/
Dx86.h266 typedef struct x86_op_mem { struct
272 } x86_op_mem; typedef
280 x86_op_mem mem; ///< base/index/scale/disp value for MEM operand