Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/include/
Ddispatcher.h64 #define V8_FM ( W7_FM | ippCPUID_SSE3 | ippCPUID_SSSE3 )
75 #define M7_FM ( PX_FM | ippCPUID_SSE3 )
94 #define SSE3_MSK ( SSE2_MSK | ippCPUID_SSE3 )
/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c180 …if( ecx_ & BIT00 ) mask |= ippCPUID_SSE3; // ecx[0] - Intel(R) Streaming SIMD Extensions … in cpGetFeatures()
306 …if( ippCPUID_SSE3 == ( *cpuFeatures & ippCPUID_SSE3 )) { /* Intel(R) architecture forme… in owncpFeaturesToIdx()
/external/epid-sdk/ext/ipp/include/
Dippcpdefs.h298 #define ippCPUID_SSE3 0x00000008 /* Intel(R) Streaming SIMD Extensions 3 instruction… macro