Searched refs:xcr0 (Results 1 – 3 of 3) sorted by relevance
120 uint32 xcr0 = 0u; in GetXCR0() local122 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in GetXCR0()124 asm(".byte 0x0f, 0x01, 0xd0" : "=a" (xcr0) : "c" (0) : "%edx"); in GetXCR0()126 return xcr0; in GetXCR0()
121 uint32 xcr0 = 0u; in GetXCR0() local123 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in GetXCR0()125 asm(".byte 0x0f, 0x01, 0xd0" : "=a"(xcr0) : "c"(0) : "%edx"); in GetXCR0()127 return xcr0; in GetXCR0()
221 uint64_t xcr0 = 0; in OPENSSL_cpuid_setup() local224 xcr0 = OPENSSL_xgetbv(0); in OPENSSL_cpuid_setup()227 if ((xcr0 & 6) != 6) { in OPENSSL_cpuid_setup()