Home
last modified time | relevance | path

Searched refs:__readgsqword (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
DIntrin.h345 unsigned __int64 __readgsqword(unsigned long);
887 __readgsqword(unsigned long __offset) { in __readgsqword() function
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DThreadState.cpp90 return reinterpret_cast<void*>(__readgsqword(offsetof(NT_TIB64, StackBase))); in getStackStart()