Rizin
unix-like reverse engineering framework and cli tools
|
op structure for ite
(bool -> 'a pure -> 'a pure -> 'a pure)
More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpBool * | condition |
index of BOOL condition More... | |
RzILOpPure * | x |
index of RzILVal operand 1 More... | |
RzILOpPure * | y |
index of RzILVal operand 2 More... | |
op structure for ite
(bool -> 'a pure -> 'a pure -> 'a pure)
ite c x y is x if c evaluates to b1 else y.
Definition at line 249 of file rz_il_opcodes.h.
RzILOpBool* rz_il_op_args_ite_t::condition |
index of BOOL condition
Definition at line 250 of file rz_il_opcodes.h.
Referenced by rz_il_handler_ite().
RzILOpPure* rz_il_op_args_ite_t::x |
index of RzILVal operand 1
Definition at line 251 of file rz_il_opcodes.h.
Referenced by rz_il_handler_ite().
RzILOpPure* rz_il_op_args_ite_t::y |
index of RzILVal operand 2
Definition at line 252 of file rz_il_opcodes.h.
Referenced by rz_il_handler_ite().