Lines Matching refs:LFST
42 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 "
266 "inum of %i\n", PC, index, inst_SSID, LFST[inst_SSID]);
268 return LFST[inst_SSID];
304 if (validLFST[store_SSID] && LFST[store_SSID] == issued_seq_num) {
305 DPRINTF(StoreSet, "StoreSet: store invalidated itself in LFST.\n");
327 bool younger = LFST[idx] > squashed_num;
330 DPRINTF(StoreSet, "Squashed [sn:%lli]\n", LFST[idx]);