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

  /external/capstone/bindings/ocaml/
xcore.ml 16 | XCORE_OP_IMM of int
test_xcore.ml 27 | XCORE_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
ocaml.c 577 case XCORE_OP_IMM:
  /external/capstone/bindings/java/capstone/
Xcore.java 42 if (type == XCORE_OP_IMM || type == XCORE_OP_REG)
Xcore_const.java 10 public static final int XCORE_OP_IMM = 2;
  /external/capstone/cstool/
cstool_xcore.c 30 case XCORE_OP_IMM:
  /external/capstone/bindings/python/capstone/
xcore_const.py 7 XCORE_OP_IMM = 2
  /external/capstone/bindings/python/
test_xcore.py 32 if i.type == XCORE_OP_IMM:
  /external/capstone/include/
xcore.h 25 XCORE_OP_IMM, // = CS_OP_IMM (Immediate operand).
  /external/capstone/bindings/java/
TestXcore.java 44 if (i.type == XCORE_OP_IMM)
  /external/capstone/tests/
test_xcore.c 52 case XCORE_OP_IMM:
  /external/capstone/arch/XCore/
XCoreInstPrinter.c 227 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_IMM;

Completed in 295 milliseconds