Rizin
unix-like reverse engineering framework and cli tools
|
op structure for lshift and rshift (bool -> 's bitv -> 'b bitv -> 's bitv) More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpBool * | fill_bit |
index of fill bit More... | |
RzILOpBitVector * | x |
index of operand 1 More... | |
RzILOpBitVector * | y |
index of operand 2 More... | |
op structure for lshift and rshift (bool -> 's bitv -> 'b bitv -> 's bitv)
[LSHIFT] shiftl s x m shifts x left by m bits filling with s. [RSHIFT] shiftr s x m shifts x right by m bits filling with s.
Definition at line 153 of file rz_il_opcodes.h.
RzILOpBool* rz_il_op_args_shift_t::fill_bit |
index of fill bit
Definition at line 154 of file rz_il_opcodes.h.
Referenced by rz_il_handler_shiftl(), and rz_il_handler_shiftr().
RzILOpBitVector* rz_il_op_args_shift_t::x |
index of operand 1
Definition at line 155 of file rz_il_opcodes.h.
Referenced by rz_il_handler_shiftl(), and rz_il_handler_shiftr().
RzILOpBitVector* rz_il_op_args_shift_t::y |
index of operand 2
Definition at line 156 of file rz_il_opcodes.h.
Referenced by rz_il_handler_shiftl(), and rz_il_handler_shiftr().