Home
last modified time | relevance | path

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

/external/capstone/arch/SystemZ/
DSystemZInstPrinter.h13 void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci);
DSystemZModule.c23 ud->post_printer = SystemZ_post_printer; in init()
DSystemZInstPrinter.c34 void SystemZ_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci) in SystemZ_post_printer() function