Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A DiR3000A-64.c1064 CMP32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recSLT()
1080 CMP32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recSLT()
1099 CMP32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recSLTU()
1115 CMP32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recSLTU()
2735 CMP32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recBEQ()
2770 CMP32MtoR(EAX, (uptr)&psxRegs.GPR.r[_Rt_]); in recBNE()
H A Dix86-64.c2731 void CMP32MtoR( x86IntRegType to, uptr from ) in CMP32MtoR() function
H A Dix86-64.h914 void CMP32MtoR( x86IntRegType to, uptr from );
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A DiR3000A.c994 CMP32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recSLT()
1010 CMP32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recSLT()
1029 CMP32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recSLTU()
1045 CMP32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recSLTU()
2666 CMP32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recBEQ()
2703 CMP32MtoR(EAX, (u32)&psxRegs.GPR.r[_Rt_]); in recBNE()
H A Dix86.h427 void CMP32MtoR(int to, u32 from);
H A Dix86.c924 void CMP32MtoR(int to, u32 from) { in CMP32MtoR() function