Searched defs:eax_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c62 uint32_t eax_, edx_; local
67 mov eax_, eax local
70 return ((uint64_t)edx_ << 32) | eax_;
/external/webp/src/dsp/
H A Dcpu.c62 uint32_t eax_, edx_; local
67 mov eax_, eax local
70 return ((uint64_t)edx_ << 32) | eax_;

Completed in 154 milliseconds