Rizin
unix-like reverse engineering framework and cli tools
|
op structure for appending 2 bitv: MSB:LSB high:low More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpBitVector * | high |
bitvector occupying the most significant bits More... | |
RzILOpBitVector * | low |
bitvector occupying the least significant bits More... | |
op structure for appending 2 bitv: MSB:LSB high:low
Definition at line 142 of file rz_il_opcodes.h.
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().
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().