Home
last modified time | relevance | path

Searched refs:CALLFunc (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c202 CALLFunc((uptr)psxDelayTest); in SetBranch()
227 CALLFunc((uptr)psxBranchTest); in SetBranch()
228 CALLFunc((uptr)psxJumpTest); in SetBranch()
253 CALLFunc((uptr)psxDelayTest); in iJump()
266 CALLFunc((uptr)psxJumpTest); in iJump()
333 CALLFunc((uptr)psxJumpTest); in iBranch()
384 CALLFunc((uptr)SysPrintf); in iLogEAX()
391 CALLFunc((uptr)SysPrintf); in iLogM32()
430 CALLFunc((uptr)psx##f); \
440 CALLFunc((uptr)psx##f); \
[all …]
H A DiGte.h35 CALLFunc((uptr)gte##f); \
H A Dix86-64.c2632 void CALLFunc( uptr func ) in CALLFunc() function
H A Dix86-64.h887 void CALLFunc( uptr func);
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ppc/
H A DpR3000A.c807 CALLFunc((u32)psxDelayTest); in SetBranch()
824 CALLFunc((u32)psxBranchTest); in SetBranch()
848 CALLFunc((u32)psxDelayTest); in iJump()
867 CALLFunc((u32)psxBranchTest); in iJump()
873 CALLFunc((u32)psxJumpTest); in iJump()
1030 CALLFunc((u32)psx##f); \
1042 CALLFunc((u32)psx##f); \
1055 CALLFunc((u32)psx##f); \
1870 CALLFunc((u32)psxMemRead8); in recLB()
1910 CALLFunc((u32)psxMemRead8); in recLBU()
[all …]
H A Dppc.h26 #define CALLFunc(FUNC) \ macro
H A DpGte.h45 CALLFunc ((u32)gte##f); \
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c164 CALLFunc((u32)psxDelayTest); in SetBranch()
190 CALLFunc((u32)psxBranchTest); in SetBranch()
211 CALLFunc((u32)psxDelayTest); in iJump()
223 CALLFunc((u32)psxBranchTest); in iJump()
266 CALLFunc((u32)psxDelayTest); in iBranch()
316 CALLFunc ((u32)SysPrintf); in iLogX86()
325 CALLFunc ((u32)SysPrintf); in iLogEAX()
332 CALLFunc ((u32)SysPrintf); in iLogM32()
372 CALLFunc((u32)psx##f); \
382 CALLFunc((u32)psx##f); \
[all …]
H A DiGte.h35 CALLFunc ((u32)gte##f); \
H A Dix86.h408 void CALLFunc(u32 func); // based on CALL32
H A Dix86.c873 void CALLFunc(u32 func) { in CALLFunc() function