Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_sse.c254 if( !cpucaps.hasStreamingSIMD2Extensions ) SSE2EMU_MOVSD_XMM_to_XMM(to, from); in SSE2_MOVSD_XMM_to_XMM()
263 if( !cpucaps.hasStreamingSIMD2Extensions ) SSE2EMU_MOVQ_M64_to_XMM(to, from); in SSE2_MOVQ_M64_to_XMM()
271 if( !cpucaps.hasStreamingSIMD2Extensions ) SSE2EMU_MOVQ_XMM_to_XMM(to, from); in SSE2_MOVQ_XMM_to_XMM()
279 if( !cpucaps.hasStreamingSIMD2Extensions ) SSE_MOVLPS_XMM_to_M64(to, from); in SSE2_MOVQ_XMM_to_M64()
678 if( !cpucaps.hasStreamingSIMD2Extensions ) { in SSE2_PSHUFD_XMM_to_XMM()
767 if( !cpucaps.hasStreamingSIMD2Extensions ) { in SSE2_PCMPEQD_XMM_to_XMM()
777 if( !cpucaps.hasStreamingSIMD2Extensions ) { in SSE2_PCMPEQD_M128_to_XMM()
812 if( !cpucaps.hasStreamingSIMD2Extensions ) { in SSE2_MOVD_R_to_XMM()
838 if( !cpucaps.hasStreamingSIMD2Extensions ) { in SSE2_MOVD_XMM_to_R()
856 if( !cpucaps.hasStreamingSIMD2Extensions ) { in SSE2_MOVD_XMM_to_RmOffset()
[all …]
H A Dix86_cpudetect.c479 cpucaps.hasStreamingSIMD2Extensions = ( cpuinfo.x86Flags >> 26 ) & 1; //sse2 in cpudetectInit()
H A Dix86-64.h170 u32 hasStreamingSIMD2Extensions; member