Home
last modified time | relevance | path

Searched refs:GetXCR0Eax (Results 1 – 3 of 3) sorted by relevance

/external/cpu_features/include/internal/
Dcpuid_x86.h33 uint32_t GetXCR0Eax(void);
/external/cpu_features/test/
Dcpuinfo_x86_test.cc41 uint32_t GetXCR0Eax() const { return xcr0_eax_; } in GetXCR0Eax() function in cpu_features::FakeCpu
93 extern "C" uint32_t GetXCR0Eax(void) { return cpu().GetXCR0Eax(); } in GetXCR0Eax() function
/external/cpu_features/src/
Dimpl_x86__base_implementation.inl30 // Definitions for CpuId and GetXCR0Eax.
45 uint32_t GetXCR0Eax(void) { function
70 uint32_t GetXCR0Eax(void) { return (uint32_t)_xgetbv(0); } function
325 const uint32_t xcr0_eax = GetXCR0Eax();