Definition at line 1184 of file cr16_disas.c.
1234 switch ((
in >> 13)) {
const lzma_allocator const uint8_t * in
static int cr16_decode_push_pop(const ut8 *instr, struct cr16_cmd *cmd, int len)
static ut8 cr16_get_opcode_low(const ut16 instr)
static int cr16_decode_bal(const ut8 *instr, struct cr16_cmd *cmd, int len)
int cr16_decode_loadm_storm(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_r_r(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_bcond01i(const ut8 *instr, struct cr16_cmd *cmd, int len)
static ut8 cr16_get_opcode_hi(const ut16 instr)
int cr16_decode_movd(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_misc(const ut8 *instr, struct cr16_cmd *cmd, int len)
int cr16_decode_movz(const ut8 *instr, struct cr16_cmd *cmd, int len)
int cr16_decode_scond(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_ld_st(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_i_r(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_jmp(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_bcond_br(const ut8 *instr, struct cr16_cmd *cmd, int len)
int cr16_decode_muls(const ut8 *instr, struct cr16_cmd *cmd, int len)
int cr16_decode_biti(const ut8 *instr, struct cr16_cmd *cmd, int len)
static int cr16_decode_slpr(const ut8 *instr, struct cr16_cmd *cmd, int len)
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags cmd
static ut16 rz_read_le16(const void *src)
References cmd, CR16_ADD, CR16_ADDC, CR16_ADDU, CR16_AND, CR16_ASHU, CR16_BAL, CR16_BCOND01, CR16_BITI, CR16_CMP, cr16_decode_bal(), cr16_decode_bcond01i(), cr16_decode_bcond_br(), cr16_decode_biti(), cr16_decode_i_r(), cr16_decode_jmp(), cr16_decode_ld_st(), cr16_decode_loadm_storm(), cr16_decode_misc(), cr16_decode_movd(), cr16_decode_movz(), cr16_decode_muls(), cr16_decode_push_pop(), cr16_decode_r_r(), cr16_decode_scond(), cr16_decode_slpr(), cr16_get_opcode_hi(), cr16_get_opcode_low(), CR16_I_R, CR16_JAL, CR16_JUMP, CR16_LOADM, CR16_LPR, CR16_LSH, CR16_MOV, CR16_MOVD, CR16_MOVXB, CR16_MOVZB, CR16_MUL, CR16_MULSB, CR16_MULSW, CR16_MULUW, CR16_OR, CR16_POP, CR16_POPRET_1, CR16_POPRET_2, CR16_PUSH, CR16_R_R, CR16_SPR, CR16_STORM, CR16_SUB, CR16_SUBC, CR16_TBIT_I_R, CR16_TBIT_R_R, CR16_XOR, in, len, and rz_read_le16().
Referenced by cr16_op(), and disassemble().