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

/gem5/src/cpu/o3/
H A Drename.hh272 /** Calculates the number of free SQ entries for a specific thread. */
477 SQ, enumerator in enum:DefaultRename::FullSource
508 /** Stat for total number of times that the SQ starts a stall in rename. */
H A Drename_impl.hh150 .desc("Number of times rename has blocked due to SQ full")
648 //For store instruction, check SQ size and take into account the inflight stores
661 DPRINTF(Rename, "[tid:%i] Cannot rename due to no free SQ\n");
662 source = SQ;
1314 "Free LQ: %i, Free SQ: %i, FreeRM %i(%i %i %i %i %i)\n",
1459 case SQ:

Completed in 14 milliseconds