Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writebackCache
Function · 0.80
getFreeCache
Function · 0.80
prepareCacheAccess
Function · 0.80
doCacheHitOp
Function · 0.80
CACHE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected