Searched refs:GetXCR0Eax (Results 1 – 3 of 3) sorted by relevance
33 uint32_t GetXCR0Eax(void);
41 uint32_t GetXCR0Eax() const { return xcr0_eax_; } in GetXCR0Eax() function in cpu_features::FakeCpu93 extern "C" uint32_t GetXCR0Eax(void) { return cpu().GetXCR0Eax(); } in GetXCR0Eax() function
30 // Definitions for CpuId and GetXCR0Eax.45 uint32_t GetXCR0Eax(void) { function70 uint32_t GetXCR0Eax(void) { return (uint32_t)_xgetbv(0); } function325 const uint32_t xcr0_eax = GetXCR0Eax();