Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 1 of 1) sorted by last modified time

/unit/src/test/
H A Dnxt_tests.h25 uint32_t eax, edx; in nxt_rdtsc() local
27 __asm__ volatile ("rdtsc" : "=a" (eax), "=d" (edx)); in nxt_rdtsc()
29 return ((uint64_t) edx << 32) | eax; in nxt_rdtsc()