Searched refs:not_table (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_logic.h161 static const sc_logic_value_t not_table[4]; member in class:sc_dt::sc_logic
250 { return sc_logic( not_table[m_val] ); }
253 { m_val = not_table[m_val]; return *this; }
H A Dsc_logic.cpp148 const sc_logic_value_t sc_logic::not_table[4] = member in class:sc_dt::sc_logic
H A Dsc_proxy.h449 { return sc_logic::not_table[and_reduce()]; }
454 { return sc_logic::not_table[or_reduce()]; }
459 { return sc_logic::not_table[xor_reduce()]; }
H A Dsc_bit_proxies.h92 { return bit_type( sc_logic::not_table[value()] ); }
2321 sc_logic::not_table[this->value()] );
/gem5/src/systemc/ext/dt/bit/
H A Dsc_logic.hh151 static const sc_logic_value_t not_table[4]; member in class:sc_dt::sc_logic
227 const sc_logic operator ~ () const { return sc_logic(not_table[m_val]); }
231 m_val = not_table[m_val];
H A Dsc_proxy.hh395 return sc_logic::not_table[and_reduce()];
398 value_type nor_reduce() const { return sc_logic::not_table[or_reduce()]; }
403 return sc_logic::not_table[xor_reduce()];
H A Dsc_bit_proxies.hh121 return bit_type(sc_logic::not_table[value()]);
2060 this->m_obj.set_bit(this->m_index, sc_logic::not_table[this->value()]);
/gem5/src/systemc/dt/bit/
H A Dsc_logic.cc141 const sc_logic_value_t sc_logic::not_table[4] = { member in class:sc_dt::sc_logic

Completed in 43 milliseconds