gem5  v22.1.0.0
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
sc_dt::sc_int_subref_r Class Reference

#include <sc_int_base.hh>

Inheritance diagram for sc_dt::sc_int_subref_r:
sc_dt::sc_value_base sc_core::sc_int_sigref sc_dt::sc_int_subref

Public Member Functions

 sc_int_subref_r (const sc_int_subref_r &a)
 
virtual ~sc_int_subref_r ()
 
int length () const
 
virtual int concat_length (bool *xz_present_p) const
 
virtual bool concat_get_ctrl (sc_digit *dst_p, int low_i) const
 
virtual bool concat_get_data (sc_digit *dst_p, int low_i) const
 
virtual uint64 concat_get_uint64 () const
 
bool and_reduce () const
 
bool nand_reduce () const
 
bool or_reduce () const
 
bool nor_reduce () const
 
bool xor_reduce () const
 
bool xnor_reduce () const
 
 operator uint_type () const
 
uint_type value () const
 
int to_int () const
 
unsigned int to_uint () const
 
long to_long () const
 
unsigned long to_ulong () const
 
int64 to_int64 () const
 
uint64 to_uint64 () const
 
double to_double () const
 
const std::string to_string (sc_numrep numrep=SC_DEC) const
 
const std::string to_string (sc_numrep numrep, bool w_prefix) const
 
void print (::std::ostream &os=::std::cout) const
 
- Public Member Functions inherited from sc_dt::sc_value_base
virtual ~sc_value_base ()
 

Protected Member Functions

 sc_int_subref_r ()
 
void initialize (const sc_int_base *obj_p, int left_i, int right_i)
 

Protected Attributes

int m_left
 
sc_int_basem_obj_p
 
int m_right
 

Private Member Functions

const sc_int_subref_roperator= (const sc_int_subref_r &)
 

Friends

class sc_int_base
 
class sc_int_signal
 
class sc_int_subref
 

Detailed Description

Definition at line 288 of file sc_int_base.hh.

Constructor & Destructor Documentation

◆ sc_int_subref_r() [1/2]

sc_dt::sc_int_subref_r::sc_int_subref_r ( )
inlineprotected

Definition at line 296 of file sc_int_base.hh.

◆ sc_int_subref_r() [2/2]

sc_dt::sc_int_subref_r::sc_int_subref_r ( const sc_int_subref_r a)
inline

Definition at line 308 of file sc_int_base.hh.

◆ ~sc_int_subref_r()

virtual sc_dt::sc_int_subref_r::~sc_int_subref_r ( )
inlinevirtual

Definition at line 314 of file sc_int_base.hh.

Member Function Documentation

◆ and_reduce()

bool sc_dt::sc_int_subref_r::and_reduce ( ) const
inline

Definition at line 1073 of file sc_int_base.hh.

References gem5::ArmISA::a.

◆ concat_get_ctrl()

bool sc_dt::sc_int_subref_r::concat_get_ctrl ( sc_digit dst_p,
int  low_i 
) const
virtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 160 of file sc_int_base.cc.

References BITS_PER_DIGIT, gem5::ArmISA::mask, and sc_dt::mask_int.

◆ concat_get_data()

bool sc_dt::sc_int_subref_r::concat_get_data ( sc_digit dst_p,
int  low_i 
) const
virtual

◆ concat_get_uint64()

virtual uint64 sc_dt::sc_int_subref_r::concat_get_uint64 ( ) const
inlinevirtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 330 of file sc_int_base.hh.

References len, and gem5::X86ISA::val.

◆ concat_length()

virtual int sc_dt::sc_int_subref_r::concat_length ( bool *  xz_present_p) const
inlinevirtual

Reimplemented from sc_dt::sc_value_base.

Definition at line 321 of file sc_int_base.hh.

◆ initialize()

void sc_dt::sc_int_subref_r::initialize ( const sc_int_base obj_p,
int  left_i,
int  right_i 
)
inlineprotected

Definition at line 299 of file sc_int_base.hh.

Referenced by sc_dt::sc_int_base::operator()(), and sc_dt::sc_int_base::range().

◆ length()

int sc_dt::sc_int_subref_r::length ( ) const
inline

Definition at line 317 of file sc_int_base.hh.

◆ nand_reduce()

bool sc_dt::sc_int_subref_r::nand_reduce ( ) const
inline

Definition at line 342 of file sc_int_base.hh.

References sc_dt::and_reduce().

◆ nor_reduce()

bool sc_dt::sc_int_subref_r::nor_reduce ( ) const
inline

Definition at line 344 of file sc_int_base.hh.

References sc_dt::or_reduce().

◆ operator uint_type()

sc_dt::sc_int_subref_r::operator uint_type ( ) const
inline

Definition at line 1061 of file sc_int_base.hh.

References SC_INTWIDTH, and gem5::X86ISA::val.

◆ operator=()

const sc_int_subref_r& sc_dt::sc_int_subref_r::operator= ( const sc_int_subref_r )
private

◆ or_reduce()

bool sc_dt::sc_int_subref_r::or_reduce ( ) const
inline

Definition at line 1080 of file sc_int_base.hh.

References gem5::ArmISA::a.

◆ print()

void sc_dt::sc_int_subref_r::print ( ::std::ostream &  os = ::std::cout) const
inline

◆ to_double()

double sc_dt::sc_int_subref_r::to_double ( ) const
inline

Definition at line 1139 of file sc_int_base.hh.

◆ to_int()

int sc_dt::sc_int_subref_r::to_int ( ) const
inline

Definition at line 1097 of file sc_int_base.hh.

◆ to_int64()

int64 sc_dt::sc_int_subref_r::to_int64 ( ) const
inline

Definition at line 1125 of file sc_int_base.hh.

◆ to_long()

long sc_dt::sc_int_subref_r::to_long ( ) const
inline

Definition at line 1111 of file sc_int_base.hh.

◆ to_string() [1/2]

const std::string sc_dt::sc_int_subref_r::to_string ( sc_numrep  numrep,
bool  w_prefix 
) const
inline

Definition at line 1157 of file sc_int_base.hh.

References gem5::ArmISA::a.

◆ to_string() [2/2]

const std::string sc_dt::sc_int_subref_r::to_string ( sc_numrep  numrep = SC_DEC) const
inline

Definition at line 1149 of file sc_int_base.hh.

References gem5::ArmISA::a.

◆ to_uint()

unsigned int sc_dt::sc_int_subref_r::to_uint ( ) const
inline

Definition at line 1104 of file sc_int_base.hh.

◆ to_uint64()

uint64 sc_dt::sc_int_subref_r::to_uint64 ( ) const
inline

Definition at line 1132 of file sc_int_base.hh.

Referenced by sc_core::sc_int_sigref::concat_set().

◆ to_ulong()

unsigned long sc_dt::sc_int_subref_r::to_ulong ( ) const
inline

Definition at line 1118 of file sc_int_base.hh.

◆ value()

uint_type sc_dt::sc_int_subref_r::value ( void  ) const
inline

Definition at line 352 of file sc_int_base.hh.

◆ xnor_reduce()

bool sc_dt::sc_int_subref_r::xnor_reduce ( ) const
inline

Definition at line 346 of file sc_int_base.hh.

References sc_dt::xor_reduce().

◆ xor_reduce()

bool sc_dt::sc_int_subref_r::xor_reduce ( ) const
inline

Definition at line 1087 of file sc_int_base.hh.

References gem5::ArmISA::a.

Friends And Related Function Documentation

◆ sc_int_base

friend class sc_int_base
friend

Definition at line 290 of file sc_int_base.hh.

◆ sc_int_signal

friend class sc_int_signal
friend

Definition at line 291 of file sc_int_base.hh.

◆ sc_int_subref

friend class sc_int_subref
friend

Definition at line 292 of file sc_int_base.hh.

Member Data Documentation

◆ m_left

int sc_dt::sc_int_subref_r::m_left
protected

◆ m_obj_p

sc_int_base* sc_dt::sc_int_subref_r::m_obj_p
protected

Definition at line 376 of file sc_int_base.hh.

Referenced by sc_core::sc_int_sigref::initialize().

◆ m_right

int sc_dt::sc_int_subref_r::m_right
protected

The documentation for this class was generated from the following files:

Generated on Wed Dec 21 2022 10:25:09 for gem5 by doxygen 1.9.1