Home
last modified time | relevance | path

Searched refs:use_popcnt (Results 1 – 18 of 18) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_architecture.h79 unsigned use_popcnt:1; member
H A Dia32_architecture.c921 c->use_popcnt = flags(arch, arch_feature_popcnt); in ia32_setup_cg_config()
H A Dia32_transform.c5126 if (ia32_cg_config.use_popcnt) { in gen_popcount()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/isa/x86/
H A Dencodings.rs670 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define() localVariable
868 use_popcnt, in define()
873 use_popcnt, in define()
878 use_popcnt, in define()
883 use_popcnt, in define()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs1377 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define_alu() localVariable
1515 e.enc32_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
1519 use_popcnt, in define_alu()
1521 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT).rex(), use_popcnt); in define_alu()
1522 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/isa/x86/
H A Dencodings.rs1383 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define_alu() localVariable
1527 e.enc32_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
1531 use_popcnt, in define_alu()
1533 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT).rex(), use_popcnt); in define_alu()
1534 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs1429 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define_alu() localVariable
1573 e.enc32_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
1577 use_popcnt, in define_alu()
1579 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT).rex(), use_popcnt); in define_alu()
1580 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs1429 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define_alu() localVariable
1573 e.enc32_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
1577 use_popcnt, in define_alu()
1579 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT).rex(), use_popcnt); in define_alu()
1580 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs1429 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define_alu() localVariable
1573 e.enc32_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
1577 use_popcnt, in define_alu()
1579 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT).rex(), use_popcnt); in define_alu()
1580 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dencodings.rs1429 let use_popcnt = settings.predicate_by_name("use_popcnt"); in define_alu() localVariable
1573 e.enc32_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
1577 use_popcnt, in define_alu()
1579 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT).rex(), use_popcnt); in define_alu()
1580 e.enc64_isap(popcnt.bind(I32), rec_urm.opcodes(&POPCNT), use_popcnt); in define_alu()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Demit.rs125 InstructionSet::Popcnt => info.isa_flags.use_popcnt(), in emit()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Demit.rs125 InstructionSet::Popcnt => info.isa_flags.use_popcnt(), in emit()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/inst/
H A Demit.rs124 InstructionSet::Popcnt => info.isa_flags.use_popcnt(), in emit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Demit.rs125 InstructionSet::Popcnt => info.isa_flags.use_popcnt(), in emit()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs2717 if isa_flags.use_popcnt() { in lower_insn_to_regs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs2717 if isa_flags.use_popcnt() { in lower_insn_to_regs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs2717 if isa_flags.use_popcnt() { in lower_insn_to_regs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/
H A Dlower.rs3090 if isa_flags.use_popcnt() { in lower_insn_to_regs()