MCPcopy Create free account
hub / github.com/capstone-engine/capstone / XCore_init

Function XCore_init

arch/XCore/XCoreDisassembler.c:768–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768void XCore_init(MCRegisterInfo *MRI)
769{
770 /*
771 InitMCRegisterInfo(XCoreRegDesc, 17, RA, PC,
772 XCoreMCRegisterClasses, 2,
773 XCoreRegUnitRoots,
774 16,
775 XCoreRegDiffLists,
776 XCoreRegStrings,
777 XCoreSubRegIdxLists,
778 1,
779 XCoreSubRegIdxRanges,
780 XCoreRegEncodingTable);
781 */
782
783
784 MCRegisterInfo_InitMCRegisterInfo(MRI, XCoreRegDesc, 17,
785 0, 0,
786 XCoreMCRegisterClasses, 2,
787 0, 0,
788 XCoreRegDiffLists,
789 0,
790 XCoreSubRegIdxLists, 1,
791 0);
792}
793
794#endif

Callers 1

XCore_global_initFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…