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

/gem5/src/cpu/o3/
H A Drename.hh269 /** Calculates the number of free LQ entries for a specific thread. */
476 LQ, enumerator in enum:DefaultRename::FullSource
506 /** Stat for total number of times that the LQ starts a stall in rename. */
H A Drename_impl.hh146 .desc("Number of times rename has blocked due to LQ full")
647 //For load instruction, check LQ size and take into account the inflight loads
652 DPRINTF(Rename, "[tid:%i] Cannot rename due to no free LQ\n");
653 source = LQ;
1314 "Free LQ: %i, Free SQ: %i, FreeRM %i(%i %i %i %i %i)\n",
1456 case LQ:

Completed in 10 milliseconds