Home
last modified time | relevance | path

Searched refs:SHL32ItoR (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h278 void SHL32ItoR(int to, u8 from);
293 #define SAL32ItoR SHL32ItoR
H A DiR3000A.c1569 SHL32ItoR(EAX, LWL_SHIFT[shift]); in iLWLk()
2154 SHL32ItoR(ECX, SWR_SHIFT[shift]); in iSWRk()
2244 if (_Sa_) SHL32ItoR(EAX, _Sa_); in recSLL()
H A Dix86.c528 void SHL32ItoR(int to, u8 from) { in SHL32ItoR() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c1357 SHL32ItoR(ECX, 2); in SSE2EMU_PSHUFD_XMM_to_XMM()
1366 SHL32ItoR(ECX, 2); in SSE2EMU_PSHUFD_XMM_to_XMM()
1375 SHL32ItoR(ECX, 2); in SSE2EMU_PSHUFD_XMM_to_XMM()
1384 SHL32ItoR(ECX, 2); in SSE2EMU_PSHUFD_XMM_to_XMM()
H A DiR3000A-64.c1661 SHL32ItoR(EAX, LWL_SHIFT[shift]); in iLWLk()
2229 SHL32ItoR(ECX, SWR_SHIFT[shift]); in iSWRk()
2318 if (_Sa_) SHL32ItoR(EAX, _Sa_); in recSLL()
H A Dix86-64.c1617 void SHL32ItoR( x86IntRegType to, u8 from ) in SHL32ItoR() function
3123 SHL32ItoR(to, scale); in LEA32RStoR()
H A Dix86-64.h615 void SHL32ItoR( x86IntRegType to, u8 from );
656 #define SAL32ItoR SHL32ItoR