Home
last modified time | relevance | path

Searched refs:MOV16RtoM (Results 1 – 6 of 6) sorted by last modified time

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.h327 void MOV16RtoM( uptr to, x86IntRegType from );
H A DiR3000A-64.c1944 MOV16RtoM((uptr)&psxM[addr & 0x1fffff], EAX); in recSH()
1956 MOV16RtoM((uptr)&psxH[addr & 0xfff], EAX); in recSH()
H A Dix86-64.c542 void MOV16RtoM(uptr to, x86IntRegType from ) in MOV16RtoM() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h149 void MOV16RtoM(u32 to, int from);
H A DiR3000A.c1853 MOV16RtoM((u32)&psxM[addr & 0x1fffff], EAX); in recSH()
1868 MOV16RtoM((u32)&psxH[addr & 0xfff], EAX); in recSH()
H A Dix86.c157 void MOV16RtoM(u32 to, int from) { in MOV16RtoM() function