Home
last modified time | relevance | path

Searched refs:MOV32RmtoR (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c1359 MOV32RmtoR(ECX, ECX); in SSE2EMU_PSHUFD_XMM_to_XMM()
1368 MOV32RmtoR(ECX, ECX); in SSE2EMU_PSHUFD_XMM_to_XMM()
1377 MOV32RmtoR(ECX, ECX); in SSE2EMU_PSHUFD_XMM_to_XMM()
1386 MOV32RmtoR(ECX, ECX); in SSE2EMU_PSHUFD_XMM_to_XMM()
1398 MOV32RmtoR(to, to); in SSE2EMU_MOVD_XMM_to_R()
1446 MOV32RmtoR(EAX, EAX); in SSE2EMU_MOVD_XMM_to_M32()
H A Dix86-64.c458 void MOV32RmtoR( x86IntRegType to, x86IntRegType from ) { in MOV32RmtoR() function
H A Dix86-64.h307 void MOV32RmtoR( x86IntRegType to, x86IntRegType from );
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86/
H A Dix86.h136 void MOV32RmtoR(int to, int from);
H A Dix86.c117 void MOV32RmtoR(int to, int from) { in MOV32RmtoR() function