Searched refs:DEFN_BIN_FUN (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h278 #define DEFN_BIN_FUN(ret,fun) \ macro
291 DEFN_BIN_FUN(bool,operator==)
292 DEFN_BIN_FUN(bool,operator!=)
302 DEFN_BIN_FUN(bool,equal)
303 DEFN_BIN_FUN(bool,not_equal)
340 DEFN_BIN_FUN(const sc_bit,operator&)
341 DEFN_BIN_FUN(const sc_bit,operator|)
342 DEFN_BIN_FUN(const sc_bit,operator^)
355 DEFN_BIN_FUN(const sc_bit,b_and)
356 DEFN_BIN_FUN(cons
379 #undef DEFN_BIN_FUN macro
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh259 #define DEFN_BIN_FUN(ret,fun) \ macro
277 DEFN_BIN_FUN(bool, operator ==)
278 DEFN_BIN_FUN(bool, operator !=)
286 DEFN_BIN_FUN(bool,equal)
287 DEFN_BIN_FUN(bool,not_equal)
323 DEFN_BIN_FUN(const sc_bit,operator&)
324 DEFN_BIN_FUN(const sc_bit,operator|)
325 DEFN_BIN_FUN(const sc_bit,operator^)
332 DEFN_BIN_FUN(const sc_bit,b_and)
333 DEFN_BIN_FUN(cons
358 #undef DEFN_BIN_FUN macro
[all...]

Completed in 6 milliseconds