Home
last modified time | relevance | path

Searched refs:cs_sparc_op (Results 1 – 3 of 3) sorted by relevance

/external/capstone/include/
Dsparc.h90 typedef struct cs_sparc_op { struct
97 } cs_sparc_op; argument
106 cs_sparc_op operands[4]; // operands for this instruction.
/external/capstone/cstool/
Dcstool_sparc.c24 cs_sparc_op *op = &(sparc->operands[i]); in print_insn_detail_sparc()
/external/capstone/tests/
Dtest_sparc.c45 cs_sparc_op *op = &(sparc->operands[i]); in print_insn_detail()