Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h156 void MOV8RtoM(u32 to, int from);
H A Dix86.c182 void MOV8RtoM(u32 to, int from) { in MOV8RtoM() function
H A DiR3000A.c1806 MOV8RtoM((u32)&psxM[addr & 0x1fffff], EAX); in recSB()
1821 MOV8RtoM((u32)&psxH[addr & 0xfff], EAX); in recSB()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c1900 MOV8RtoM((uptr)&psxM[addr & 0x1fffff], EAX); in recSB()
1912 MOV8RtoM((uptr)&psxH[addr & 0xfff], EAX); in recSB()
H A Dix86-64.c648 void MOV8RtoM( uptr to, x86IntRegType from ) in MOV8RtoM() function
H A Dix86-64.h349 void MOV8RtoM( uptr to, x86IntRegType from );