Home
last modified time | relevance | path

Searched defs:xcr0_eax (Results 1 – 1 of 1) sorted by relevance

/external/cpu_features/src/
Dcpuinfo_x86.c190 static bool HasXmmOsXSave(uint32_t xcr0_eax) { in HasXmmOsXSave()
196 static bool HasYmmOsXSave(uint32_t xcr0_eax) { in HasYmmOsXSave()
202 static bool HasZmmOsXSave(uint32_t xcr0_eax) { in HasZmmOsXSave()
209 static bool HasTmmOsXSave(uint32_t xcr0_eax) { in HasTmmOsXSave()
1189 const uint32_t xcr0_eax = GetXCR0Eax(); in CheckOsSupport() local