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
176
bool
HasCmpxchg16b
;
389
bool
hasCmpxchg16b
() const { return
HasCmpxchg16b
; }
X86Subtarget.cpp
284
HasCmpxchg16b
= false;
Completed in 114 milliseconds