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
|