Searched defs:GetXCR0Eax (Results 1 – 2 of 2) sorted by relevance
41 uint32_t GetXCR0Eax() const { return xcr0_eax_; } in GetXCR0Eax() function in cpu_features::FakeCpu88 extern "C" uint32_t GetXCR0Eax(void) { return g_fake_cpu->GetXCR0Eax(); } in GetXCR0Eax() function
129 uint32_t GetXCR0Eax(void) { in GetXCR0Eax() function154 uint32_t GetXCR0Eax(void) { return (uint32_t)_xgetbv(0); } in GetXCR0Eax() function