Home
last modified time | relevance | path

Searched refs:SSE2_POR_M128_to_XMM (Results 1 – 2 of 2) sorted by path

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.h1659 void SSE2_POR_M128_to_XMM( x86SSERegType to, uptr from );
H A Dix86_sse.c893 void SSE2_POR_M128_to_XMM( x86SSERegType to, uptr from ) { SSEMtoR66( 0xEB0F ); } in SSE2_POR_M128_to_XMM() function
1212 …if( cpucaps.hasStreamingSIMD2Extensions && g_xmmtypes[to] == XMMT_INT ) SSE2_POR_M128_to_XMM(to, f… in SSEX_POR_M128_to_XMM()