MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / lineAt

Method lineAt

pcsx2/Cache.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 CacheLine lineAt(int idx, int way)
168 {
169 return {sets[idx].tags[way], sets[idx].data[way], idx};
170 }
171 };
172
173 static Cache cache = {};

Callers 5

writebackCacheFunction · 0.80
getFreeCacheFunction · 0.80
prepareCacheAccessFunction · 0.80
doCacheHitOpFunction · 0.80
CACHEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected