Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c252 void SSE2_MOVSD_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSE2_MOVSD_XMM_to_XMM()
269 void SSE2_MOVQ_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSE2_MOVQ_XMM_to_XMM()
524 void SSE_UCOMISS_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSE_UCOMISS_XMM_to_XMM()
765 void SSE2_PCMPEQD_XMM_to_XMM(x86SSERegType to, x86SSERegType from ) in SSE2_PCMPEQD_XMM_to_XMM()
1144 void SSEX_MOVDQA_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_MOVDQA_XMM_to_XMM()
1174 void SSEX_MOVDQU_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_MOVDQU_XMM_to_XMM()
1216 void SSEX_POR_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_POR_XMM_to_XMM()
1228 void SSEX_PXOR_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_PXOR_XMM_to_XMM()
1240 void SSEX_PAND_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_PAND_XMM_to_XMM()
1252 void SSEX_PANDN_XMM_to_XMM( x86SSERegType to, x86SSERegType from ) in SSEX_PANDN_XMM_to_XMM()
[all …]
H A Dix86-64.h1311 void SSE_MOVSS_XMM_to_XMM( x86SSERegType to, x86SSERegType from );
1361 void SSE_ORPS_XMM_to_XMM( x86SSERegType to, x86SSERegType from );
1486 void SSE2_PSRLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1489 void SSE2_PSRLD_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1492 void SSE2_PSRLQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1496 void SSE2_PSRAW_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1499 void SSE2_PSRAD_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1502 void SSE2_PSLLW_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1505 void SSE2_PSLLD_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
1508 void SSE2_PSLLQ_XMM_to_XMM(x86SSERegType to, x86SSERegType from);
[all …]
H A Dix86_mmx.c620 void PINSRWRtoMMX( x86MMXRegType to, x86SSERegType from, u8 imm8 ) in PINSRWRtoMMX()