HomeSort by relevance Sort by last modified time
    Searched refs:_xgetbv (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/
cpu.cc 22 #include <immintrin.h> // For _xgetbv()
80 // _xgetbv returns the value of an Intel Extended Control Register (XCR).
82 uint64 _xgetbv(uint32 xcr) { function in namespace:base::__anon6813
195 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */;
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 59 #define xgetbv() _xgetbv(0)
  /external/webp/src/dsp/
cpu.c 59 #define xgetbv() _xgetbv(0)
  /external/libyuv/files/source/
cpu_id.cc 18 #include <immintrin.h> // For _xgetbv()
72 return static_cast<uint32>(_xgetbv(xcr));
  /external/chromium_org/third_party/libyuv/source/
cpu_id.cc 19 #include <immintrin.h> // For _xgetbv()
99 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required.
  /external/llvm/lib/Support/
Host.cpp 178 unsigned long long rEAX = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
  /external/clang/lib/Headers/
Intrin.h 313 unsigned __int64 __cdecl _xgetbv(unsigned int);
967 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 313 unsigned __int64 __cdecl _xgetbv(unsigned int);
967 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
Intrin.h 313 unsigned __int64 __cdecl _xgetbv(unsigned int);
967 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 313 unsigned __int64 __cdecl _xgetbv(unsigned int);
967 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
Intrin.h 313 unsigned __int64 __cdecl _xgetbv(unsigned int);
967 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 290 unsigned __int64 __cdecl _xgetbv(unsigned int);
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
Intrin.h 290 unsigned __int64 __cdecl _xgetbv(unsigned int);
    [all...]

Completed in 166 milliseconds