Home
last modified time | relevance | path

Searched refs:SPARC_OP_MEM (Results 1 – 13 of 13) 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.c490 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.java48 public static final int SPARC_OP_MEM = 3; field in Sparc_const
/external/capstone/suite/cstest/src/
Dsparc_detail.c34 case SPARC_OP_MEM: in get_detail_sparc()
/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.c71 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_MEM; in set_mem_access()
88 insn->detail->sparc.operands[0].type = SPARC_OP_MEM; in Sparc_post_printer()
/external/capstone/bindings/python/capstone/
Dsparc_const.py45 SPARC_OP_MEM = 3 variable
/external/capstone/include/capstone/
Dsparc.h74 SPARC_OP_MEM, ///< = CS_OP_MEM (Memory operand). enumerator