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

  /external/capstone/bindings/ocaml/
xcore.ml 15 | XCORE_OP_REG of int
test_xcore.ml 26 | XCORE_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
ocaml.c 573 case XCORE_OP_REG:
  /external/capstone/bindings/java/capstone/
Xcore.java 42 if (type == XCORE_OP_IMM || type == XCORE_OP_REG)
Xcore_const.java 9 public static final int XCORE_OP_REG = 1;
  /external/capstone/cstool/
cstool_xcore.c 27 case XCORE_OP_REG:
  /external/capstone/bindings/python/capstone/
xcore_const.py 6 XCORE_OP_REG = 1
  /external/capstone/bindings/python/
test_xcore.py 30 if i.type == XCORE_OP_REG:
  /external/capstone/arch/XCore/
XCoreInstPrinter.c 68 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG;
129 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG;
141 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG;
203 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG;
  /external/capstone/include/
xcore.h 24 XCORE_OP_REG, // = CS_OP_REG (Register operand).
  /external/capstone/bindings/java/
TestXcore.java 42 if (i.type == XCORE_OP_REG)
  /external/capstone/tests/
test_xcore.c 49 case XCORE_OP_REG:

Completed in 128 milliseconds