Searched refs:LZCNT (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 27 LZCNT, enumerator
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.cc | 2117 if (CpuFeatures::IsSupported(LZCNT)) { in CallRecordWriteStub() 2118 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub() 2131 if (CpuFeatures::IsSupported(LZCNT)) { in CallRecordWriteStub() 2132 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub() 2145 if (CpuFeatures::IsSupported(LZCNT)) { in CallRecordWriteStub() 2146 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub() 2159 if (CpuFeatures::IsSupported(LZCNT)) { in CallRecordWriteStub() 2160 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub()
|
H A D | assembler-x64.cc | 109 if (cpu.has_lzcnt() && FLAG_enable_lzcnt) SetSupported(LZCNT); in ProbeImpl() 147 "LZCNT=%d " in PrintFeatures() 154 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT), in PrintFeatures() 3947 DCHECK(IsEnabled(LZCNT)); in lzcntq() 3957 DCHECK(IsEnabled(LZCNT)); in lzcntq() 3967 DCHECK(IsEnabled(LZCNT)); in lzcntl() 3977 DCHECK(IsEnabled(LZCNT)); in lzcntl()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1638 if (CpuFeatures::IsSupported(LZCNT)) { in CallRecordWriteStub() 1639 CpuFeatureScope scope(this, LZCNT); in CallRecordWriteStub()
|
H A D | assembler-ia32.cc | 153 if (cpu.has_lzcnt() && FLAG_enable_lzcnt) SetSupported(LZCNT); in ProbeImpl() 184 "LZCNT=%d " in PrintFeatures() 190 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT), in PrintFeatures() 3129 DCHECK(IsEnabled(LZCNT)); in lzcnt()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1799 if (CpuFeatures::IsSupported(LZCNT)) { in emit_i64_clz() 1800 CpuFeatureScope scope(this, LZCNT); in emit_i64_clz()
|
Completed in 34 milliseconds