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

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_logic.h158 static const sc_logic_value_t and_table[4][4]; member in class:sc_dt::sc_logic
218 { m_val = and_table[m_val][b.m_val]; return *this; }
313 { return sc_logic( sc_logic::and_table[a.m_val][b.m_val] ); }
H A Dsc_logic.cpp124 const sc_logic_value_t sc_logic::and_table[4][4] = member in class:sc_dt::sc_logic
H A Dsc_bit_proxies.h1894 return sc_logic( sc_logic::and_table[a.value()][b.value()] );
2249 sc_logic::and_table[this->value()][a.value()] );
2260 sc_logic::and_table[this->value()][a.value()] );
H A Dsc_proxy.h1296 result = sc_logic::and_table[result][x.get_bit( i )];
/gem5/src/systemc/ext/dt/bit/
H A Dsc_logic.hh148 static const sc_logic_value_t and_table[4][4]; member in class:sc_dt::sc_logic
191 m_val = and_table[m_val][b.m_val];
293 return sc_logic(sc_logic::and_table[a.m_val][b.m_val]);
H A Dsc_proxy.hh1132 result = sc_logic::and_table[result][x.get_bit(i)];
H A Dsc_bit_proxies.hh1697 return sc_logic(sc_logic::and_table[a.value()][b.value()]);
1997 this->m_index, sc_logic::and_table[this->value()][a.value()]);
2007 this->m_index, sc_logic::and_table[this->value()][a.value()]);
/gem5/src/systemc/dt/bit/
H A Dsc_logic.cc120 const sc_logic_value_t sc_logic::and_table[4][4] = { member in class:sc_dt::sc_logic

Completed in 44 milliseconds