IDA SDK
Public Member Functions | Public Attributes | List of all members
reg_access_t Struct Reference

Information about a register accessed by an instruction. More...

#include <idp.hpp>

Public Member Functions

bool have_common_bits (const reg_access_t &r) const
 
bool operator== (const reg_access_t &r) const
 
bool operator!= (const reg_access_t &r) const
 

Public Attributes

int regnum = 0
 register number (only entire registers)
 
bitrange_t range
 bitrange inside the register
 
access_type_t access_type = NO_ACCESS
 
uchar opnum = 0
 operand number
 

Detailed Description

Information about a register accessed by an instruction.


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