Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Classes | |
struct | ppcps_field_t |
struct | ppcps_t |
Functions | |
bool | libps_decode (ut32 data, ppcps_t *ps) |
void | libps_snprint (char *str, int size, ut64 addr, ppcps_t *instr) |
Definition at line 97 of file libps.c.
References ps_operand_t::bits, bits(), imm, ppcps_t::n, ppcps_t::name, OP, ppcps_t::op, OP_crfD, OP_DRA, OP_FA, OP_FB, OP_FC, OP_FD, OP_IB, OP_IC, OP_MASK, OP_RA, OP_RB, OP_WB, OP_WC, ppcps_t::operands, ps_opcodes_array, ps_operands_array, ps_operand_t::shift, st16, ppcps_field_t::type, TYPE_CR, TYPE_IMM, TYPE_MEM, TYPE_REG, and ppcps_field_t::value.
Referenced by decompile_ps().
Definition at line 177 of file libps.c.
References add(), i, ppcps_t::n, ppcps_t::name, ppcps_t::operands, snprintf, cmd_descs_generate::str, ppcps_field_t::type, TYPE_CR, TYPE_IMM, TYPE_MEM, TYPE_REG, and ppcps_field_t::value.
Referenced by decompile_ps().