gem5  v20.1.0.0
Classes | Namespaces | Functions
sc_int_base.hh File Reference
#include <iostream>
#include "../misc/sc_value_base.hh"
#include "../sc_temporary.hh"
#include "sc_length_param.hh"
#include "sc_nbdefs.hh"
#include "sc_uint_base.hh"

Go to the source code of this file.

Classes

class  sc_dt::sc_int_bitref_r
 
class  sc_dt::sc_int_bitref
 
class  sc_dt::sc_int_subref_r
 
class  sc_dt::sc_int_subref
 
class  sc_dt::sc_int_base
 

Namespaces

 sc_dt
 
 sc_core
 

Functions

bool sc_dt::operator== (const sc_int_base &a, const sc_int_base &b)
 
bool sc_dt::operator!= (const sc_int_base &a, const sc_int_base &b)
 
bool sc_dt::operator< (const sc_int_base &a, const sc_int_base &b)
 
bool sc_dt::operator<= (const sc_int_base &a, const sc_int_base &b)
 
bool sc_dt::operator> (const sc_int_base &a, const sc_int_base &b)
 
bool sc_dt::operator>= (const sc_int_base &a, const sc_int_base &b)
 
inline ::std::ostream & sc_dt::operator<< (::std::ostream &, const sc_int_bitref_r &)
 
inline ::std::istream & sc_dt::operator>> (::std::istream &, sc_int_bitref &)
 
inline ::std::ostream & sc_dt::operator<< (::std::ostream &, const sc_int_subref_r &)
 
inline ::std::istream & sc_dt::operator>> (::std::istream &, sc_int_subref &)
 
inline ::std::ostream & sc_dt::operator<< (::std::ostream &, const sc_int_base &)
 
inline ::std::istream & sc_dt::operator>> (::std::istream &, sc_int_base &)
 
bool sc_dt::and_reduce (const sc_int_subref_r &a)
 
bool sc_dt::nand_reduce (const sc_int_subref_r &a)
 
bool sc_dt::or_reduce (const sc_int_subref_r &a)
 
bool sc_dt::nor_reduce (const sc_int_subref_r &a)
 
bool sc_dt::xor_reduce (const sc_int_subref_r &a)
 
bool sc_dt::xnor_reduce (const sc_int_subref_r &a)
 
bool sc_dt::and_reduce (const sc_int_base &a)
 
bool sc_dt::nand_reduce (const sc_int_base &a)
 
bool sc_dt::or_reduce (const sc_int_base &a)
 
bool sc_dt::nor_reduce (const sc_int_base &a)
 
bool sc_dt::xor_reduce (const sc_int_base &a)
 
bool sc_dt::xnor_reduce (const sc_int_base &a)
 

Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17