Searched refs:LFST (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",
57 fatal("Invalid LFST size!\n");
60 LFST.resize(LFSTSize);
66 LFST[i] = 0;
88 DPRINTF(StoreSet, "StoreSet: SSIT size: %i, LFST size: %i.\n",
98 LFST.resize(LFSTSize);
104 LFST[i] = 0;
227 LFST[store_SSID] = store_seq_num;
233 DPRINTF(StoreSet, "Store %#x updated the LFST, SSID: %i\n",
265 DPRINTF(StoreSet, "Inst %#x with index %i and SSID %i had LFST "
[all...]
H A Dstore_set.hh54 * LFST is Last Fetched Store Table.
90 * LFST if the store has a valid SSID. */
127 std::vector<InstSeqNum> LFST; member in class:StoreSet
129 /** Bit vector to tell if the LFST has a valid entry. */

Completed in 5 milliseconds