Rizin
unix-like reverse engineering framework and cli tools
|
op structure for binary comparison ops ('a bitv -> 'a bitv -> bool) More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpBitVector * | x |
index of operand 1 More... | |
RzILOpBitVector * | y |
index of operand 2 More... | |
op structure for binary comparison ops ('a bitv -> 'a bitv -> bool)
[EQ] eq x y binary predicate for bitwise equality [SLE] sle x y binary predicate for singed less than or equal [ULE] ule x y binary predicate for unsigned less than or equal
Definition at line 120 of file rz_il_opcodes.h.
RzILOpBitVector* rz_il_op_args_cmp_t::x |
index of operand 1
Definition at line 121 of file rz_il_opcodes.h.
Referenced by rz_il_handler_eq(), rz_il_handler_sle(), and rz_il_handler_ule().
RzILOpBitVector* rz_il_op_args_cmp_t::y |
index of operand 2
Definition at line 122 of file rz_il_opcodes.h.
Referenced by rz_il_handler_eq(), rz_il_handler_sle(), and rz_il_handler_ule().