|
Rizin
unix-like reverse engineering framework and cli tools
|
op structure for 's bitv -> bool [MSB] msb x is the most significant bit of x. [LSB] lsb x is the least significant bit of x. [IS_ZERO] is_zero x holds if x is a bitvector of all zeros.
More...
#include <rz_il_opcodes.h>
Public Attributes | |
| RzILOpBitVector * | bv |
op structure for 's bitv -> bool [MSB] msb x is the most significant bit of x. [LSB] lsb x is the least significant bit of x. [IS_ZERO] is_zero x holds if x is a bitvector of all zeros.
Definition at line 61 of file rz_il_opcodes.h.
| RzILOpBitVector* rz_il_op_args_un_bv_b_t::bv |
Definition at line 62 of file rz_il_opcodes.h.
Referenced by rz_il_handler_is_zero(), rz_il_handler_lsb(), and rz_il_handler_msb().