Home
last modified time | relevance | path

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

/external/capstone/include/
Dxcore.h39 typedef struct cs_xcore_op { struct
46 } cs_xcore_op; argument
53 cs_xcore_op operands[8]; // operands for this instruction.
/external/capstone/cstool/
Dcstool_xcore.c23 cs_xcore_op *op = &(xcore->operands[i]); in print_insn_detail_xcore()
/external/capstone/tests/
Dtest_xcore.c45 cs_xcore_op *op = &(xcore->operands[i]); in print_insn_detail()