Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcpu.c83 uint32_t eax_, edx_; in xgetbv() local
88 mov eax_, eax in xgetbv()
91 return ((uint64_t)edx_ << 32) | eax_; in xgetbv()
/external/libvpx/libvpx/vpx_ports/
Dx86.h128 uint32_t eax_, edx_; in xgetbv() local
133 mov eax_, eax in xgetbv()
136 return ((uint64_t)edx_ << 32) | eax_; in xgetbv()
/external/libaom/libaom/aom_ports/
Dx86.h136 uint32_t eax_, edx_; in xgetbv() local
141 mov eax_, eax in xgetbv()
144 return ((uint64_t)edx_ << 32) | eax_; in xgetbv()
/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c162 Ipp32u eax_, ebx_, ecx_, edx_, tmp; in cpGetFeatures() local
173 eax_ = (Ipp32u)buf[0]; in cpGetFeatures()
239 if(((( eax_ << 20 ) >> 24 ) ^ 0xb1 ) == 0 ){ in cpGetFeatures()