Lines Matching refs:TRACE
12 #define TRACE(...) \
36 TRACE(" xx %d\n", from.ToInt());
39 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt());
44 TRACE(" fw %d -> %d (cycle)\n", from.ToInt(), to.ToInt());
48 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
81 TRACE("jt [%d] B%d\n", static_cast<int>(stack.size()),
89 TRACE(" parallel move\n");
93 TRACE(" flags\n");
97 TRACE(" nop\n");
101 TRACE(" jmp\n");
113 TRACE(" ret\n");
150 TRACE(" other\n");
171 TRACE("B%d ", i);
174 TRACE("-> B%d\n", to);
176 TRACE("\n");
218 TRACE("jt-fw nop @%d\n", i);
248 #undef TRACE