Lines Matching refs:Rename

56 #include "debug/Rename.hh"
209 ppRename = new ProbePointArg<DynInstPtr>(cpu->getProbeManager(), "Rename");
377 DPRINTF(Rename, "[tid:%i] [squash sn:%llu] Squashing instructions.\n",
391 DPRINTF(Rename, "[tid:%i] [squash sn:%llu] "
392 "Rename will resume serializing after squash\n",
448 DPRINTF(Rename, "Processing [tid:%i]\n", tid);
526 DPRINTF(Rename,
559 DPRINTF(Rename, "[tid:%i] Nothing to do, breaking out early.\n",
585 DPRINTF(Rename,
599 DPRINTF(Rename,
616 DPRINTF(Rename,
621 DPRINTF(Rename,
623 "%i insts pipelining from Rename | "
640 DPRINTF(Rename, "[tid:%i] Sending instructions to IEW.\n", tid);
652 DPRINTF(Rename, "[tid:%i] Cannot rename due to no free LQ\n");
661 DPRINTF(Rename, "[tid:%i] Cannot rename due to no free SQ\n");
671 DPRINTF(Rename,
678 DPRINTF(Rename,
691 DPRINTF(Rename,
704 DPRINTF(Rename,
726 DPRINTF(Rename, "Serialize before instruction encountered.\n");
746 DPRINTF(Rename, "Serialize after instruction encountered.\n");
814 DPRINTF(Rename, "[tid:%i] Inserting [sn:%llu] PC: %s into Rename "
887 // Rename will have activity if it's unblocking.
912 DPRINTF(Rename, "[tid:%i] Blocking.\n", tid);
930 // Rename can not go from SerializeStall to Blocked, otherwise
946 DPRINTF(Rename, "[tid:%i] Trying to unblock.\n", tid);
948 // Rename is done unblocking if the skid buffer is empty.
951 DPRINTF(Rename, "[tid:%i] Done unblocking.\n", tid);
978 DPRINTF(Rename, "[tid:%i] Removing history entry with sequence "
1017 DPRINTF(Rename, "[tid:%i] Removing a committed instruction from the "
1027 DPRINTF(Rename, "[tid:%i] History buffer is empty.\n", tid);
1030 DPRINTF(Rename, "[tid:%i] [sn:%llu] "
1045 DPRINTF(Rename, "[tid:%i] Freeing up older rename of reg %i (%s), "
1101 DPRINTF(Rename,
1112 DPRINTF(Rename,
1120 DPRINTF(Rename,
1139 // Rename the destination registers.
1153 DPRINTF(Rename,
1167 DPRINTF(Rename, "[tid:%i] [sn:%llu] "
1192 //DPRINTF(Rename,"[tid:%i] %i rob free\n",tid,num_free);
1204 //DPRINTF(Rename,"[tid:%i] %i iq free\n",tid,num_free);
1215 DPRINTF(Rename,
1229 DPRINTF(Rename, "calcFreeSQEntries: free sqEntries: %d, storesInProgress: %d, "
1270 DPRINTF(Rename,"[tid:%i] Stall from IEW stage detected.\n", tid);
1273 DPRINTF(Rename,"[tid:%i] Stall: ROB has 0 free entries.\n", tid);
1276 DPRINTF(Rename,"[tid:%i] Stall: IQ has 0 free entries.\n", tid);
1279 DPRINTF(Rename,"[tid:%i] Stall: LSQ has 0 free entries.\n", tid);
1282 DPRINTF(Rename,"[tid:%i] Stall: RenameMap has 0 free entries.\n", tid);
1286 DPRINTF(Rename,"[tid:%i] Stall: Serialize stall and ROB is not "
1313 DPRINTF(Rename, "[tid:%i] Free IQ: %i, Free ROB: %i, "
1327 DPRINTF(Rename, "[tid:%i] %i instructions not yet in ROB\n",
1349 DPRINTF(Rename, "[tid:%i] Squashing instructions due to squash from "
1362 DPRINTF(Rename, "[tid:%i] Done blocking, switching to unblocking.\n",
1376 DPRINTF(Rename,
1382 DPRINTF(Rename,
1388 DPRINTF(Rename, "[tid:%i] Done squashing, switching to running.\n",
1397 DPRINTF(Rename, "[tid:%i] Done with serialize stall, switching to "
1406 DPRINTF(Rename, "[tid:%i] Processing instruction [%lli] with "
1418 DPRINTF(Rename, "[tid:%i] Instruction must be processed by rename."
1427 // cause rename to change its status. Rename remains the same as before.
1463 panic("Rename full stall stat should be incremented for a reason!");