Home
last modified time | relevance | path

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

/external/capstone/arch/XCore/
DXCoreInstPrinter.c90 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM; in XCore_insn_extract()
158 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM; in set_mem_access()
170 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM; in set_mem_access()
/external/capstone/bindings/ocaml/
Dxcore.ml17 | XCORE_OP_MEM of xcore_op_mem Constructor
Dtest_xcore.ml28 | XCORE_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
Docaml.c581 case XCORE_OP_MEM: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DXcore.java40 if (type == XCORE_OP_MEM) in read()
DXcore_const.java11 public static final int XCORE_OP_MEM = 3; field in Xcore_const
/external/capstone/cstool/
Dcstool_xcore.c33 case XCORE_OP_MEM: in print_insn_detail_xcore()
/external/capstone/bindings/python/
Dtest_xcore.py34 if i.type == XCORE_OP_MEM:
/external/capstone/bindings/python/capstone/
Dxcore_const.py8 XCORE_OP_MEM = 3 variable
/external/capstone/include/
Dxcore.h26 XCORE_OP_MEM, // = CS_OP_MEM (Memory operand). enumerator
/external/capstone/tests/
Dtest_xcore.c55 case XCORE_OP_MEM: in print_insn_detail()
/external/capstone/bindings/java/
DTestXcore.java46 if (i.type == XCORE_OP_MEM) { in print_ins_detail()