Home
last modified time | relevance | path

Searched refs:PUSH32M (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c162 PUSH32M((u32)&target); in SetBranch()
315 PUSH32M ((u32)&txt0); in iLogX86()
324 PUSH32M ((u32)&txt1); in iLogEAX()
330 PUSH32M (mem); in iLogM32()
331 PUSH32M ((u32)&txt2); in iLogM32()
1245 PUSH32M ((u32)&psxRegs.GPR.r[_Rs_]); in iPushOfB()
1831 PUSH32M ((u32)&psxRegs.GPR.r[_Rt_]); in recSB()
1877 PUSH32M((u32)&psxRegs.GPR.r[_Rt_]); in recSH()
1893 PUSH32M ((u32)&psxRegs.GPR.r[_Rt_]); in recSH()
1957 PUSH32M((u32)&psxRegs.GPR.r[_Rt_]); in recSW()
[all …]
H A Dix86.h450 void PUSH32M(u32 from);
H A Dix86.c994 void PUSH32M(u32 from) { in PUSH32M() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.c2988 void PUSH32M( uptr from ) in PUSH32M() function
H A Dix86-64.h991 void PUSH32M( u32 from );
H A DiR3000A-64.c1327 PUSH32M ((u32)&psxRegs.GPR.r[_Rs_]); in SetArg_OfB()