OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMOVBE
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
100
///
HasMOVBE
- True if the processor has the MOVBE instruction.
101
bool
HasMOVBE
;
274
bool
hasMOVBE
() const { return
HasMOVBE
; }
X86Subtarget.cpp
231
HasMOVBE
= true;
471
HasMOVBE
= false;
Completed in 27 milliseconds