Rizin
unix-like reverse engineering framework and cli tools
|
op structure for casting bitv More...
#include <rz_il_opcodes.h>
Public Attributes | |
ut32 | length |
new bits length More... | |
RzILOpBool * | fill |
If m = size val - length > 0 then m fill-bits are prepended to the most significant part of the vector. More... | |
RzILOpBitVector * | val |
value to cast More... | |
op structure for casting bitv
Definition at line 132 of file rz_il_opcodes.h.
RzILOpBool* rz_il_op_args_cast_t::fill |
If m = size val - length > 0 then m fill-bits are prepended to the most significant part of the vector.
Definition at line 134 of file rz_il_opcodes.h.
Referenced by il_opdmp_cast(), and rz_il_handler_cast().
ut32 rz_il_op_args_cast_t::length |
new bits length
Definition at line 133 of file rz_il_opcodes.h.
Referenced by il_opdmp_cast(), and rz_il_handler_cast().
RzILOpBitVector* rz_il_op_args_cast_t::val |
value to cast
Definition at line 135 of file rz_il_opcodes.h.
Referenced by il_opdmp_cast(), and rz_il_handler_cast().