Rizin
unix-like reverse engineering framework and cli tools
sh_param_helper_t Struct Reference

Helper struct to take care of converting operands to IL. More...

Public Attributes

RzILOpEffectpre
 pre effect for the operand More...
 
RzILOpPurepure
 pure effect for the operand More...
 
RzILOpEffectpost
 post effect for the operand More...
 

Detailed Description

Helper struct to take care of converting operands to IL.

Definition at line 261 of file sh_il.c.

Member Data Documentation

◆ post

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().

◆ pre

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().

◆ pure

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().


The documentation for this struct was generated from the following file: