Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ setIdxFor
Method
setIdxFor
pcsx2/Cache.cpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
CacheSet sets[64];
161
162
int setIdxFor(u32 vaddr) const
163
{
164
return (vaddr >> 6) & 0x3F;
165
}
166
167
CacheLine lineAt(int idx, int way)
168
{
Callers
3
getFreeCache
Function · 0.80
doCacheHitOp
Function · 0.80
CACHE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected