Searched refs:eax_ (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | cpu.c | 83 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/ |
D | x86.h | 128 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/ |
D | x86.h | 136 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/ |
D | cpinit.c | 162 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()
|