|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_il_opcodes.h>
Public Attributes | |
| RzILOpBitVector * | bv |
| unary operand More... | |
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.
| 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().