Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c54 #define SSERtoR66( code ) \ macro
682 SSERtoR66( 0x700F ); in SSE2_PSHUFD_XMM_to_XMM()
771 SSERtoR66( 0x760F ); in SSE2_PCMPEQD_XMM_to_XMM()
816 SSERtoR66(0x6E0F); in SSE2_MOVD_R_to_XMM()
921 void SSE2_PSRLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xD10F); } in SSE2_PSRLW_XMM_to_XMM()
932 void SSE2_PSRLD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xD20F); } in SSE2_PSRLD_XMM_to_XMM()
943 void SSE2_PSRLQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xD30F); } in SSE2_PSRLQ_XMM_to_XMM()
965 void SSE2_PSRAW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xE10F); } in SSE2_PSRAW_XMM_to_XMM()
976 void SSE2_PSRAD_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xE20F); } in SSE2_PSRAD_XMM_to_XMM()
989 void SSE2_PSLLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from) { SSERtoR66(0xF10F); } in SSE2_PSLLW_XMM_to_XMM()
[all …]