Searched refs:puAux (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dasm-amd64-x86.h634 * @param puAux Where to store the AUX value.
637 DECLASM(uint64_t) ASMReadTscWithAux(uint32_t *puAux); variable
639 DECLINLINE(uint64_t) ASMReadTscWithAux(uint32_t *puAux) argument
644 /*__asm__ __volatile__("rdtscp\n\t" : "=a" (u.s.Lo), "=d" (u.s.Hi), "=c" (*puAux)); */
645 __asm__ __volatile__(".byte 0x0f,0x01,0xf9\n\t" : "=a" (u.s.Lo), "=d" (u.s.Hi), "=c" (*puAux));
648 u.u = __rdtscp(puAux);
655 mov eax, [puAux]

Completed in 49 milliseconds