HomeSort by relevance Sort by last modified time
    Searched refs:eax_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
cpu.c 83 uint32_t eax_, edx_; local
88 mov eax_, eax local
91 return ((uint64_t)edx_ << 32) | eax_;
  /external/libvpx/libvpx/vpx_ports/
x86.h 128 uint32_t eax_, edx_; local
133 mov eax_, eax local
136 return ((uint64_t)edx_ << 32) | eax_;

Completed in 65 milliseconds