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

  /external/libchrome/base/
cpu.cc 27 #include <immintrin.h> // For _xgetbv()
86 // _xgetbv returns the value of an Intel Extended Control Register (XCR).
88 uint64_t _xgetbv(uint32_t xcr) { function in namespace:base::__anon15097
251 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */;
  /external/clang/lib/Headers/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 293 unsigned __int64 __cdecl _xgetbv(unsigned int);
918 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 294 unsigned __int64 __cdecl _xgetbv(unsigned int);
907 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
Intrin.h 294 unsigned __int64 __cdecl _xgetbv(unsigned int);
907 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 293 unsigned __int64 __cdecl _xgetbv(unsigned int);
918 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 44 #include <intrin.h> // _xgetbv()
66 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { function in namespace:v8::internal::__anon24262
100 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 12 #include <intrin.h> // _xgetbv()
32 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { function in namespace:v8::internal::__anon24343
66 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
    [all...]

Completed in 423 milliseconds