Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h216 void ADD32RtoM(u32 to, int from);
H A Dix86.c343 void ADD32RtoM(u32 to, int from) { in ADD32RtoM() function
H A DiR3000A.c796 ADD32RtoM((u32)&psxRegs.GPR.r[_Rd_], EAX); in recADDU()
799 ADD32RtoM((u32)&psxRegs.GPR.r[_Rd_], EAX); in recADDU()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c866 ADD32RtoM((uptr)&psxRegs.GPR.r[_Rd_], EAX); in recADDU()
869 ADD32RtoM((uptr)&psxRegs.GPR.r[_Rd_], EAX); in recADDU()
H A Dix86-64.c1173 void ADD32RtoM(uptr to, x86IntRegType from ) in ADD32RtoM() function
H A Dix86-64.h491 void ADD32RtoM( uptr to, x86IntRegType from );