OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSHasAVXSupport
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
Host.cpp
115
static bool
OSHasAVXSupport
() {
157
bool HasAVX = ((ECX & AVXBits) == AVXBits) &&
OSHasAVXSupport
();
/external/llvm/lib/Target/X86/
X86Subtarget.cpp
173
static bool
OSHasAVXSupport
() {
215
if (((ECX >> 27) & 1) && ((ECX >> 28) & 1) &&
OSHasAVXSupport
()) {
Completed in 981 milliseconds