Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_asm.h>
#include <rz_lib.h>
#include <stdarg.h>
#include <stdio.h>
#include "rsp_idec.h"
Go to the source code of this file.
Functions | |
static int | disassemble (RzAsm *a, RzAsmOp *op, const ut8 *buf, int len) |
Variables | |
RzAsmPlugin | rz_asm_plugin_rsp |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 15 of file asm_rsp.c.
References a, i, len, rsp_instruction::mnemonic, rsp_instruction::noperands, rsp_instruction::operands, PFMT64u, PFMT64x, rsp_c0_reg_soft_names, rsp_c2_accu_names, rsp_c2_creg_names, rsp_c2_vreg_element_names, rsp_c2_vreg_names, rsp_gp_reg_soft_names, rsp_instruction_decode(), RSP_OPND_BASE_OFFSET, RSP_OPND_C0_REG, RSP_OPND_C2_ACCU, RSP_OPND_C2_CREG, RSP_OPND_C2_VREG, RSP_OPND_C2_VREG_BYTE, RSP_OPND_C2_VREG_ELEMENT, RSP_OPND_C2_VREG_SCALAR, RSP_OPND_GP_REG, RSP_OPND_OFFSET, RSP_OPND_SHIFT_AMOUNT, RSP_OPND_SIMM, RSP_OPND_TARGET, RSP_OPND_ZIMM, rz_read_ble32(), rz_strbuf_append(), rz_strbuf_appendf(), rsp_operand::s, shift(), rsp_operand::type, and rsp_operand::u.
RZ_API RzLibStruct rizin_plugin |
RzAsmPlugin rz_asm_plugin_rsp |