OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasPOPCNT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
85
///
HasPOPCNT
- True if the processor supports POPCNT.
86
bool
HasPOPCNT
;
319
bool
hasPOPCNT
() const { return
HasPOPCNT
; }
X86Subtarget.cpp
258
HasPOPCNT
= false;
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
Completed in 157 milliseconds