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

/gem5/src/cpu/o3/
H A Dstore_set.cc42 DPRINTF(StoreSet, "StoreSet: SSIT size: %i, LFST size: %i.\n",
46 fatal("Invalid SSIT size!\n");
49 SSIT.resize(SSITSize);
88 DPRINTF(StoreSet, "StoreSet: SSIT size: %i, LFST size: %i.\n",
91 SSIT.resize(SSITSize);
132 SSIT[load_index] = new_set;
136 SSIT[store_index] = new_set;
144 SSID load_SSID = SSIT[load_index];
148 SSIT[store_index] = load_SSID;
156 SSID store_SSID = SSIT[store_inde
[all...]
H A Dstore_set.hh53 * stands for Store Set ID, SSIT stands for Store Set ID Table, and
112 /** Calculates the index into the SSIT based on the PC. */
121 std::vector<SSID> SSIT; member in class:StoreSet
123 /** Bit vector to tell if the SSIT has a valid entry. */

Completed in 4 milliseconds