HomeSort by relevance Sort by last modified time
    Searched refs:xcore_op_mem (Results 1 - 2 of 2) sorted by null

  /external/capstone/bindings/ocaml/
xcore.ml 6 type xcore_op_mem = { type
17 | XCORE_OP_MEM of xcore_op_mem
  /external/capstone/include/
xcore.h 26 XCORE_OP_MEM, // = CS_OP_MEM (Memory operand).
30 // This is associated with XCORE_OP_MEM operand type above
31 typedef struct xcore_op_mem { struct
36 } xcore_op_mem; typedef in typeref:struct:xcore_op_mem
44 xcore_op_mem mem; // base/disp value for MEM operand

Completed in 100 milliseconds