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

#include <rz_il_opcodes.h>

Public Attributes

RzILOpBitVectorbv
 unary operand More...
 

Detailed Description

op structure for not ('s bitv -> 's bitv) not x is one-complement negation. neg ('s bitv -> 's bitv) neg x is two-complement unary minus

Definition at line 76 of file rz_il_opcodes.h.

Member Data Documentation

◆ bv

RzILOpBitVector* rz_il_op_args_bv_unop_t::bv

unary operand

Definition at line 77 of file rz_il_opcodes.h.

Referenced by rz_il_handler_logical_not().


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