OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMOVBE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
117
bool
HasMOVBE
;
370
bool
hasMOVBE
() const { return
HasMOVBE
; }
X86Subtarget.cpp
257
HasMOVBE
= false;
/external/llvm/lib/Support/
Host.cpp
238
bool
HasMOVBE
= (ECX >> 22) & 1;
404
return
HasMOVBE
? "silvermont" : "nehalem";
408
return
HasMOVBE
? "bonnell" : "core2";
Completed in 59 milliseconds