OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCmpxchg16b
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
146
///
HasCmpxchg16b
- True if this processor has the CMPXCHG16B instruction;
148
bool
HasCmpxchg16b
;
289
bool
hasCmpxchg16b
() const { return
HasCmpxchg16b
; }
X86ISelLowering.cpp
591
if (Subtarget->
hasCmpxchg16b
()) {
[
all
...]
Completed in 42 milliseconds