Home
last modified time | relevance | path

Searched refs:Lzcnt (Results 1 – 25 of 68) sorted by relevance

123

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucetc/src/compiler/
H A Dcpu_features.rs38 Haswell => [Sandybridge.features().as_slice(), &[BMI1, BMI2, Lzcnt]].concat(), in features()
43 Znver1 => vec![SSE3, SSSE3, SSE41, SSE42, Popcnt, AVX, BMI1, BMI2, Lzcnt], in features()
59 Lzcnt, enumerator
142 Lzcnt => { in from()
217 Lzcnt => isa_builder.set("has_lzcnt", enabled).unwrap(), in isa_builder()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs407 Lzcnt, enumerator
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
430 UnaryRmROpcode::Lzcnt => write!(fmt, "lzcnt"), in fmt()
459 Lzcnt, enumerator
H A Demit.rs126 InstructionSet::Lzcnt => info.isa_flags.use_lzcnt(), in emit()
281 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_66F3, in emit()
285 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_F3, in emit()
293 Lzcnt => (0x0fbd, 2), in emit()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs407 Lzcnt, enumerator
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
430 UnaryRmROpcode::Lzcnt => write!(fmt, "lzcnt"), in fmt()
459 Lzcnt, enumerator
H A Demit.rs126 InstructionSet::Lzcnt => info.isa_flags.use_lzcnt(), in emit()
281 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_66F3, in emit()
285 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_F3, in emit()
293 Lzcnt => (0x0fbd, 2), in emit()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs407 Lzcnt, enumerator
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
430 UnaryRmROpcode::Lzcnt => write!(fmt, "lzcnt"), in fmt()
459 Lzcnt, enumerator
H A Demit.rs125 InstructionSet::Lzcnt => info.isa_flags.use_lzcnt(), in emit()
282 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_66F3, in emit()
286 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_F3, in emit()
294 Lzcnt => (0x0fbd, 2), in emit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dargs.rs407 Lzcnt, enumerator
418 UnaryRmROpcode::Lzcnt => smallvec![InstructionSet::Lzcnt],
430 UnaryRmROpcode::Lzcnt => write!(fmt, "lzcnt"), in fmt()
459 Lzcnt, enumerator
H A Demit.rs126 InstructionSet::Lzcnt => info.isa_flags.use_lzcnt(), in emit()
281 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_66F3, in emit()
285 Lzcnt | Tzcnt | Popcnt => LegacyPrefixes::_F3, in emit()
293 Lzcnt => (0x0fbd, 2), in emit()
/dports/lang/v8/v8-9.6.180.12/src/codegen/ia32/
H A Dmacro-assembler-ia32.h246 void Lzcnt(Register dst, Register src) { Lzcnt(dst, Operand(src)); } in Lzcnt() function
247 void Lzcnt(Register dst, Operand src);
/dports/www/node10/node-v10.24.1/deps/v8/src/ia32/
H A Dmacro-assembler-ia32.h193 void Lzcnt(Register dst, Register src) { Lzcnt(dst, Operand(src)); } in Lzcnt() function
194 void Lzcnt(Register dst, Operand src);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h202 void Lzcnt(Register dst, Register src) { Lzcnt(dst, Operand(src)); } in Lzcnt() function
203 void Lzcnt(Register dst, Operand src);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h207 void Lzcnt(Register dst, Register src) { Lzcnt(dst, Operand(src)); } in Lzcnt() function
208 void Lzcnt(Register dst, Operand src);
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucetc/lucetc/
H A Doptions.rs89 "lzcnt" => Lzcnt, in cpu_features_from_args()
/dports/www/filtron/filtron-93f8b22/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go315 func (c CPUInfo) Lzcnt() bool { func
H A Dcpuid_test.go309 got := CPU.Lzcnt()
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go309 func (c CPUInfo) Lzcnt() bool { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go315 func (c CPUInfo) Lzcnt() bool { func
H A Dcpuid_test.go309 got := CPU.Lzcnt()
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go315 func (c CPUInfo) Lzcnt() bool { func
H A Dcpuid_test.go309 got := CPU.Lzcnt()
/dports/devel/bit/bit-1.1.2/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go313 func (c CPUInfo) Lzcnt() bool { func
H A Dcpuid_test.go309 got := CPU.Lzcnt()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go342 func (c CPUInfo) Lzcnt() bool { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/klauspost/cpuid/
H A Dcpuid.go403 func (c CPUInfo) Lzcnt() bool { func

123