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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcpu-intel.c82 // is set to zero. It writes EAX, EBX, ECX, and EDX to |*out_eax| through
84 static void OPENSSL_cpuid(uint32_t *out_eax, uint32_t *out_ebx, argument
89 *out_eax = (uint32_t)tmp[0];
101 : "=a"(*out_eax), "=D"(*out_ebx), "=c"(*out_ecx), "=d"(*out_edx)
108 : "=a"(*out_eax), "=b"(*out_ebx), "=c"(*out_ecx), "=d"(*out_edx)

Completed in 32 milliseconds