Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h319 void XOR32MtoR(int to, u32 from);
H A Dix86.c653 void XOR32MtoR(int to, u32 from) { in XOR32MtoR() function
H A DiR3000A.c933 XOR32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recXOR()
945 XOR32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recXOR()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c1003 XOR32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recXOR()
1015 XOR32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recXOR()
H A Dix86-64.c2091 void XOR32MtoR( x86IntRegType to, uptr from ) in XOR32MtoR() function
H A Dix86-64.h722 void XOR32MtoR( x86IntRegType to, uptr from );