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

op structure for binary comparison ops ('a bitv -> 'a bitv -> bool) More...

#include <rz_il_opcodes.h>

Public Attributes

RzILOpBitVectorx
 index of operand 1 More...
 
RzILOpBitVectory
 index of operand 2 More...
 

Detailed Description

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.

Member Data Documentation

◆ x

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

◆ y

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


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