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

  /external/capstone/bindings/ocaml/
xcore.ml 6 type xcore_op_mem = { type
17 | XCORE_OP_MEM of xcore_op_mem
test_xcore.ml 28 | XCORE_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
ocaml.c 581 case XCORE_OP_MEM:
  /external/capstone/bindings/java/capstone/
Xcore.java 40 if (type == XCORE_OP_MEM)
Xcore_const.java 11 public static final int XCORE_OP_MEM = 3;
  /external/capstone/cstool/
cstool_xcore.c 33 case XCORE_OP_MEM:
  /external/capstone/bindings/python/capstone/
xcore_const.py 8 XCORE_OP_MEM = 3
  /external/capstone/bindings/python/
test_xcore.py 34 if i.type == 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
  /external/capstone/arch/XCore/
XCoreInstPrinter.c 90 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM;
158 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM;
170 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM;
  /external/capstone/bindings/java/
TestXcore.java 46 if (i.type == XCORE_OP_MEM) {
  /external/capstone/tests/
test_xcore.c 55 case XCORE_OP_MEM:

Completed in 71 milliseconds