Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ xJS
Function
xJS
common/emitter/instructions.h:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
template <typename T>
285
__fi void xJS(T* func)
286
{
287
xJcc(Jcc_Signed, (void*)(uptr)func);
288
}
289
template <typename T>
290
__fi void xJNS(T* func)
291
{
Callers
1
iBranchTest
Function · 0.85
Calls
1
xJcc
Function · 0.85
Tested by
no test coverage detected