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

op structure for appending 2 bitv: MSB:LSB high:low More...

#include <rz_il_opcodes.h>

Public Attributes

RzILOpBitVectorhigh
 bitvector occupying the most significant bits More...
 
RzILOpBitVectorlow
 bitvector occupying the least significant bits More...
 

Detailed Description

op structure for appending 2 bitv: MSB:LSB high:low

Definition at line 142 of file rz_il_opcodes.h.

Member Data Documentation

◆ high

RzILOpBitVector* rz_il_op_args_append_t::high

bitvector occupying the most significant bits

Definition at line 143 of file rz_il_opcodes.h.

Referenced by rz_il_handler_append().

◆ low

RzILOpBitVector* rz_il_op_args_append_t::low

bitvector occupying the least significant bits

Definition at line 144 of file rz_il_opcodes.h.

Referenced by rz_il_handler_append().


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