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

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

Completed in 2435 milliseconds