IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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.

Member Function Documentation

◆ have_common_bits()

bool reg_access_t::have_common_bits ( const reg_access_t & r) const
inline

◆ operator==()

bool reg_access_t::operator== ( const reg_access_t & r) const
inline

◆ operator!=()

bool reg_access_t::operator!= ( const reg_access_t & r) const
inline

Member Data Documentation

◆ regnum

int reg_access_t::regnum = 0

register number (only entire registers)

◆ range

bitrange_t reg_access_t::range

bitrange inside the register

◆ access_type

access_type_t reg_access_t::access_type = NO_ACCESS

◆ opnum

uchar reg_access_t::opnum = 0

operand number


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