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

/gem5/src/cpu/o3/
H A Dstore_set.hh52 * Dependence Prediction using Store Sets" by Chrysos and Emer. SSID
59 typedef unsigned SSID; typedef in class:StoreSet
90 * LFST if the store has a valid SSID. */
117 inline SSID calcSSID(Addr PC)
121 std::vector<SSID> SSIT;
H A Dstore_set.cc127 // Calculate a new SSID here.
128 SSID new_set = calcSSID(load_PC);
144 SSID load_SSID = SSIT[load_index];
156 SSID store_SSID = SSIT[store_index];
166 SSID load_SSID = SSIT[load_index];
167 SSID store_SSID = SSIT[store_index];
233 DPRINTF(StoreSet, "Store %#x updated the LFST, SSID: %i\n",
248 DPRINTF(StoreSet, "Inst %#x with index %i had no SSID\n",
260 DPRINTF(StoreSet, "Inst %#x with index %i and SSID %i had no "
265 DPRINTF(StoreSet, "Inst %#x with index %i and SSID
[all...]

Completed in 4 milliseconds