Searched defs:DisplayChar (Results 1 – 1 of 1) sorted by relevance
155 struct DisplayChar { struct156 static const char Dispatched = 'D';157 static const char Executed = 'E';158 static const char Retired = 'R';159 static const char Waiting = '='; // Instruction is waiting in the scheduler.160 static const char Executing = 'e';161 static const char RetireLag = '-'; // The instruction is waiting to retire.