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

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

RzILOpBitVectorbv
 

Detailed Description

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.

Member Data Documentation

◆ bv

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


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