OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_lzcnt
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/base/
cpu.h
94
bool
has_lzcnt
() const { return has_lzcnt_; }
function in class:v8::base::final
/external/v8/src/ia32/
assembler-ia32.cc
127
if (cpu.
has_lzcnt
() && FLAG_enable_lzcnt) supported_ |= 1u << LZCNT;
[
all
...]
/external/v8/src/x64/
assembler-x64.cc
95
if (cpu.
has_lzcnt
() && FLAG_enable_lzcnt) supported_ |= 1u << LZCNT;
[
all
...]
Completed in 2044 milliseconds