Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c33 #define SSERtoM( code, overb ) SSERtoMv( 2, code, overb ) \ macro
246 void SSE_MOVAPS_XMM_to_M128( uptr to, x86SSERegType from ) { SSERtoM( 0x290f, 0 ); } in SSE_MOVAPS_XMM_to_M128()
250 void SSE_MOVUPS_XMM_to_M128( uptr to, x86SSERegType from ) { SSERtoM( 0x110f, 0 ); } in SSE_MOVUPS_XMM_to_M128()
339 void SSE_MOVLPS_XMM_to_M64( u32 to, x86SSERegType from ) { SSERtoM( 0x130f, 0 ); } in SSE_MOVLPS_XMM_to_M64()
361 void SSE_MOVHPS_XMM_to_M64( u32 to, x86SSERegType from ) { SSERtoM( 0x170f, 0 ); } in SSE_MOVHPS_XMM_to_M64()