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

op structure for Seq ('a eff -> 'a eff -> 'a eff) More...

#include <rz_il_opcodes.h>

Public Attributes

RzILOpEffectx
 perform this first More...
 
RzILOpEffecty
 perform this second More...
 

Detailed Description

op structure for Seq ('a eff -> 'a eff -> 'a eff)

seq x y performs effect x, after that perform effect y. Pack two effects into one.

Definition at line 207 of file rz_il_opcodes.h.

Member Data Documentation

◆ x

RzILOpEffect* rz_il_op_args_seq_t::x

perform this first

Definition at line 208 of file rz_il_opcodes.h.

Referenced by il_opdmp_seq_inner(), rz_il_handler_seq(), and rz_il_op_new_seqn().

◆ y

RzILOpEffect* rz_il_op_args_seq_t::y

perform this second

Definition at line 209 of file rz_il_opcodes.h.

Referenced by il_opdmp_seq_inner(), rz_il_handler_seq(), and rz_il_op_new_seqn().


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