Home
last modified time | relevance | path

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

/external/capstone/bindings/ocaml/
Dsparc.ml16 | SPARC_OP_MEM of sparc_op_mem Constructor
Dtest_sparc.ml31 | SPARC_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
Docaml.c486 case SPARC_OP_MEM: in _cs_disasm()
/external/capstone/cstool/
Dcstool_sparc.c34 case SPARC_OP_MEM: in print_insn_detail_sparc()
/external/capstone/bindings/java/capstone/
DSparc.java39 if (type == SPARC_OP_MEM) in read()
DSparc_const.java58 public static final int SPARC_OP_MEM = 3; field in Sparc_const
/external/capstone/bindings/python/
Dtest_sparc.py36 if i.type == SPARC_OP_MEM:
/external/capstone/tests/
Dtest_sparc.c55 case SPARC_OP_MEM: in print_insn_detail()
/external/capstone/bindings/java/
DTestSparc.java48 if (i.type == SPARC_OP_MEM) { in print_ins_detail()
/external/capstone/arch/Sparc/
DSparcInstPrinter.c70 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_MEM; in set_mem_access()
87 insn->detail->sparc.operands[0].type = SPARC_OP_MEM; in Sparc_post_printer()
/external/capstone/bindings/python/capstone/
Dsparc_const.py55 SPARC_OP_MEM = 3 variable
/external/capstone/include/
Dsparc.h78 SPARC_OP_MEM, // = CS_OP_MEM (Memory operand). enumerator