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

op structure for inv (!bool -> bool) More...

#include <rz_il_opcodes.h>

Public Attributes

RzILOpBoolx
 single operand More...
 

Detailed Description

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.

Member Data Documentation

◆ x

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


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