Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c35 #define SSE_SS_MtoR( code, overb ) \ macro
83 SSE_SS_MtoR( 0xc20f, 1 ); \
265 SSE_SS_MtoR( 0x7e0f, 0); in SSE2_MOVQ_M64_to_XMM()
306 void SSE_MOVSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x100f, 0 ); } in SSE_MOVSS_M32_to_XMM()
413 void SSE_RCPSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR(0x530f, 0); } in SSE_RCPSS_M32_to_XMM()
440 void SSE_ADDSS_M32_to_XMM( x86SSERegType to, uptr from ) { SSE_SS_MtoR( 0x580f, 0 ); } in SSE_ADDSS_M32_to_XMM()
589 void SSE_CVTTSS2SI_M32_to_R32(x86IntRegType to, uptr from) { SSE_SS_MtoR(0x2c0f, 0); } in SSE_CVTTSS2SI_M32_to_R32()
598 void SSE_CVTSI2SS_M32_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x2a0f, 0); } in SSE_CVTSI2SS_M32_to_XMM()
915 void SSE2_MOVDQU_M128_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x6F0F, 0); } in SSE2_MOVDQU_M128_to_XMM()
1127 void SSE3_MOVSLDUP_M128_to_XMM(x86SSERegType to, uptr from) { SSE_SS_MtoR(0x120f, 0); } in SSE3_MOVSLDUP_M128_to_XMM()
[all …]