Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c162 Ipp32u eax_, ebx_, ecx_, edx_, tmp; in cpGetFeatures() local
199 ebx_ = (Ipp32u)buf[1]; in cpGetFeatures()
202 if( ebx_ & BIT05 ) flgINT = 1; in cpGetFeatures()
206 if(( ebx_ & BIT03 )&&( ebx_ & BIT08 )) flgGPR = 1; in cpGetFeatures()
209 …if( ebx_ & BIT19 ) mask |= ippCPUID_ADCOX; // eax[0x7] -->> ebx:: Bit 19: Intel(R) instruction… in cpGetFeatures()
210 …if( ebx_ & BIT18 ) mask |= ippCPUID_RDSEED; // eax[0x7] -->> ebx:: Bit 18: Intel(R) instruction… in cpGetFeatures()
211 …if( ebx_ & BIT29 ) mask |= ippCPUID_SHA; // eax[0x7] -->> ebx:: Bit 29: Intel(R) Secure Hash… in cpGetFeatures()
216 if( ebx_ & BIT16 ) mask |= ippCPUID_AVX512F; // ebx[16] - Intel(R) AVX-512 Foundation in cpGetFeatures()
217 … if( ebx_ & BIT26 ) mask |= ippCPUID_AVX512PF; // ebx[26] - Intel(R) AVX-512 Prefetch instructions in cpGetFeatures()
218 …if( ebx_ & BIT27 ) mask |= ippCPUID_AVX512ER; // ebx[27] - Intel(R) AVX-512 Exponential and Recip… in cpGetFeatures()
[all …]