Searched defs:DPRINTF (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dsimple_indirect.cc98 assert(set_index < numSets); DPRINTF(Indirect, �, br_addr, set_index); const auto &iset = targetCache[set_index]; for (auto way = iset.begin(); way != iset.end(); ++way) { if (way->tag == tag) argument
/gem5/src/base/
H A Dtrace.hh175 #define DPRINTF(x, ...) do { \ macro
215 #define DPRINTF(x, ...) do {} while (0) macro
/gem5/util/tap/
H A Dtap.cc72 #define DPRINTF(args...) do { \ macro
[all...]

Completed in 8 milliseconds