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

Function XCore_post_printer

arch/XCore/XCoreInstPrinter.c:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37static const char *getRegisterName(unsigned RegNo);
38
39void XCore_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
40{
41 /*
42 if (((cs_struct *)ud)->detail != CS_OPT_ON)
43 return;
44 */
45}
46
47// stw sed, sp[3]
48void XCore_insn_extract(MCInst *MI, const char *code)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…