Rizin
unix-like reverse engineering framework and cli tools
|
op structure for inv
(!bool -> bool)
More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpBool * | x |
single operand More... | |
op structure for inv
(!bool -> bool)
BAP equivalent: val inv : bool -> bool inv(x) inverts x (also known as not operation).
Definition at line 291 of file rz_il_opcodes.h.
RzILOpBool* rz_il_op_args_bool_inv_t::x |
single operand
Definition at line 292 of file rz_il_opcodes.h.
Referenced by rz_il_handler_bool_inv().