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

op structure for casting bitv More...

#include <rz_il_opcodes.h>

Public Attributes

ut32 length
 new bits length More...
 
RzILOpBoolfill
 If m = size val - length > 0 then m fill-bits are prepended to the most significant part of the vector. More...
 
RzILOpBitVectorval
 value to cast More...
 

Detailed Description

op structure for casting bitv

Definition at line 132 of file rz_il_opcodes.h.

Member Data Documentation

◆ fill

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

◆ length

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

◆ val

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


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