Home
last modified time | relevance | path

Searched refs:cs_xcore (Results 1 – 8 of 8) sorted by relevance

/external/capstone/include/capstone/
Dxcore.h85 typedef struct cs_xcore { struct
90 } cs_xcore; typedef
Dcapstone.h308 cs_xcore xcore; ///< XCore architecture
/external/capstone/bindings/ocaml/
Dxcore.ml23 type cs_xcore = { type
Dcapstone.ml109 | CS_INFO_XCORE of cs_xcore
/external/capstone/cstool/
Dcstool_xcore.c11 cs_xcore *xcore; in print_insn_detail_xcore()
/external/capstone/suite/cstest/src/
Dxcore_detail.c9 cs_xcore *xcore; in get_detail_xcore()
/external/capstone/tests/
Dtest_xcore.c33 cs_xcore *xcore; in print_insn_detail()
/external/capstone/arch/XCore/
DXCoreDisassembler.c744 memset(MI->flat_insn->detail, 0, offsetof(cs_detail, xcore)+sizeof(cs_xcore)); in XCore_getInstruction()