Rizin
unix-like reverse engineering framework and cli tools
|
Helper struct to take care of converting operands to IL. More...
Public Attributes | |
RzILOpEffect * | pre |
pre effect for the operand More... | |
RzILOpPure * | pure |
pure effect for the operand More... | |
RzILOpEffect * | post |
post effect for the operand More... | |
RzILOpEffect* sh_param_helper_t::post |
post effect for the operand
Definition at line 264 of file sh_il.c.
Referenced by sh_il_get_param_pc_ctx(), sh_il_ldc(), sh_il_lds(), sh_il_mac(), sh_il_mov(), and sh_il_set_param_pc_ctx().
RzILOpEffect* sh_param_helper_t::pre |
pre effect for the operand
Definition at line 262 of file sh_il.c.
Referenced by sh_il_get_param_pc_ctx(), sh_il_mov(), and sh_il_set_param_pc_ctx().
RzILOpPure* sh_param_helper_t::pure |
pure effect for the operand
Definition at line 263 of file sh_il.c.
Referenced by sh_il_get_param_pc_ctx(), sh_il_ldc(), sh_il_lds(), sh_il_mac(), sh_il_mov(), and sh_il_set_param_pc_ctx().