Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c26 #define SSEMtoR( code, overb ) SSEMtoRv(2, code, overb) macro
75 SSEMtoR( 0xc20f, 1 ); \
245 void SSE_MOVAPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x280f, 0 ); } in SSE_MOVAPS_M128_to_XMM()
249 void SSE_MOVUPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x100f, 0 ); } in SSE_MOVUPS_M128_to_XMM()
338 void SSE_MOVLPS_M64_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x120f, 0 ); } in SSE_MOVLPS_M64_to_XMM()
360 void SSE_MOVHPS_M64_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x160f, 0 ); } in SSE_MOVHPS_M64_to_XMM()
395 void SSE_ANDPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x540f, 0 ); } in SSE_ANDPS_M128_to_XMM()
402 void SSE_ANDNPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR( 0x550f, 0 ); } in SSE_ANDNPS_M128_to_XMM()
585 void SSE_CVTPS2PI_M64_to_MM( x86MMXRegType to, uptr from ) { SSEMtoR( 0x2d0f, 0 ); } in SSE_CVTPS2PI_M64_to_MM()
697 void SSE_UNPCKLPS_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR(0x140f, 0); } in SSE_UNPCKLPS_M128_to_XMM()
[all …]