Home
last modified time | relevance | path

Searched refs:XCORE_OP_IMM (Results 1 – 12 of 12) sorted by relevance

/external/capstone/bindings/ocaml/
Dxcore.ml16 | XCORE_OP_IMM of int Constructor
Dtest_xcore.ml27 | XCORE_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
Docaml.c577 case XCORE_OP_IMM: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DXcore.java42 if (type == XCORE_OP_IMM || type == XCORE_OP_REG) in read()
DXcore_const.java10 public static final int XCORE_OP_IMM = 2; field in Xcore_const
/external/capstone/cstool/
Dcstool_xcore.c30 case XCORE_OP_IMM: in print_insn_detail_xcore()
/external/capstone/bindings/python/
Dtest_xcore.py32 if i.type == XCORE_OP_IMM:
/external/capstone/bindings/python/capstone/
Dxcore_const.py7 XCORE_OP_IMM = 2 variable
/external/capstone/include/
Dxcore.h25 XCORE_OP_IMM, // = CS_OP_IMM (Immediate operand). enumerator
/external/capstone/tests/
Dtest_xcore.c52 case XCORE_OP_IMM: in print_insn_detail()
/external/capstone/bindings/java/
DTestXcore.java44 if (i.type == XCORE_OP_IMM) in print_ins_detail()
/external/capstone/arch/XCore/
DXCoreInstPrinter.c227 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_IMM; in _printOperand()