Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c1071 XOR32RtoR(EAX, EAX); in recMULT()
1099 XOR32RtoR(EAX, EAX); in recMULTU()
1196 XOR32RtoR(EDX, EDX); in recDIVU()
1690 XOR32RtoR(ECX, ECX);
2040 XOR32RtoR(ECX, ECX);
H A Dix86.h315 void XOR32RtoR(int to, int from);
H A Dix86.c640 void XOR32RtoR(int to, int from) { in XOR32RtoR() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c1144 XOR32RtoR(EAX, EAX); in recMULT()
1172 XOR32RtoR(EAX, EAX); in recMULTU()
1268 XOR32RtoR(EDX, EDX); in recDIVU()
H A Dix86-64.c2068 void XOR32RtoR( x86IntRegType to, x86IntRegType from ) in XOR32RtoR() function
H A Dix86-64.h716 void XOR32RtoR( x86IntRegType to, x86IntRegType from );