Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Classes | |
struct | rsp_operand |
struct | rsp_instruction |
Functions | |
static ut64 | rsp_mem_addr (ut64 addr, ut64 base) |
rsp_instruction | rsp_instruction_decode (ut64 pc, ut32 iw) |
Variables | |
const char * | rsp_gp_reg_soft_names [] |
const char * | rsp_c0_reg_soft_names [] |
const char * | rsp_gp_reg_names [] |
const char * | rsp_c0_reg_names [] |
const char * | rsp_c2_creg_names [] |
const char * | rsp_c2_accu_names [] |
const char * | rsp_c2_vreg_names [] |
const char * | rsp_c2_vreg_element_names [] |
anonymous enum |
anonymous enum |
enum rsp_opcode |
Definition at line 29 of file rsp_idec.h.
enum rsp_operand_type |
Definition at line 147 of file rsp_idec.h.
rsp_instruction rsp_instruction_decode | ( | ut64 | pc, |
ut32 | iw | ||
) |
Definition at line 587 of file rsp_idec.c.
References rsp_instruction_priv::mnemonic, rsp_instruction::mnemonic, rsp_instruction_priv::noperands, rsp_instruction::noperands, rsp_instruction_priv::odecs, rsp_instruction_priv::opcode, rsp_instruction::opcode, rsp_instruction::operands, pc, rsp_decode_priv(), and rsp_operand_decode().
Referenced by disassemble(), and rsp_op().
Definition at line 23 of file rsp_idec.h.
References addr.
Referenced by rsp_op(), and rsp_operand_decode().
|
extern |
Definition at line 55 of file rsp_idec.c.
Referenced by rsp_op().
|
extern |
Definition at line 13 of file rsp_idec.c.
Referenced by disassemble().
|
extern |
Definition at line 64 of file rsp_idec.c.
Referenced by disassemble().
|
extern |
Definition at line 60 of file rsp_idec.c.
Referenced by disassemble().
|
extern |
Definition at line 75 of file rsp_idec.c.
Referenced by disassemble().
|
extern |
Definition at line 68 of file rsp_idec.c.
Referenced by disassemble().
|
extern |
Definition at line 20 of file rsp_idec.c.
|
extern |
Definition at line 6 of file rsp_idec.c.
Referenced by disassemble(), and rsp_op().