Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | M68K_init (MCRegisterInfo *MRI) |
void | M68K_printInst (MCInst *MI, struct SStream *O, void *Info) |
const char * | M68K_reg_name (csh handle, unsigned int reg) |
void | M68K_get_insn_id (cs_struct *h, cs_insn *insn, unsigned int id) |
const char * | M68K_insn_name (csh handle, unsigned int id) |
const char * | M68K_group_name (csh handle, unsigned int id) |
void | M68K_post_printer (csh handle, cs_insn *flat_insn, char *insn_asm, MCInst *mci) |
Definition at line 379 of file M68KInstPrinter.c.
References ARR_SIZE, group_name_maps, id2name(), and NULL.
void M68K_init | ( | MCRegisterInfo * | MRI | ) |
Definition at line 262 of file M68KInstPrinter.c.
References ext, MCInst::flat_insn, i, info(), M68K_CPU_SIZE_BYTE, M68K_CPU_SIZE_LONG, M68K_CPU_SIZE_NONE, M68K_CPU_SIZE_WORD, M68K_FPU_SIZE_DOUBLE, M68K_FPU_SIZE_EXTENDED, M68K_FPU_SIZE_NONE, M68K_FPU_SIZE_SINGLE, M68K_INS_CAS2, M68K_INS_INVALID, m68k_min, M68K_REG_D0, M68K_SIZE_TYPE_CPU, M68K_SIZE_TYPE_FPU, M68K_SIZE_TYPE_INVALID, m68k_sizeof_array, memcpy(), NULL, O, MCInst::Opcode, printAddressingMode(), s_instruction_names, s_reg_names, s_spacing, SStream_concat(), and SStream_concat0().
Referenced by M68K_getInstruction().
Definition at line 343 of file M68KInstPrinter.c.
References ARR_SIZE, int, NULL, reg, and s_reg_names.