Home
last modified time | relevance | path

Searched refs:BandImm (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Dsimple_preopt.rs555 Opcode::Band => Opcode::BandImm, in simplify()
584 Opcode::Band => Opcode::BandImm, in simplify()
619 | Opcode::BandImm in simplify()
635 Opcode::BandImm => lhs & rhs, in simplify()
673 | (Opcode::BandImm, -1) in simplify()
684 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs555 Opcode::Band => Opcode::BandImm, in simplify()
584 Opcode::Band => Opcode::BandImm, in simplify()
618 | Opcode::BandImm in simplify()
633 Opcode::BandImm => lhs & rhs, in simplify()
670 | (Opcode::BandImm, -1) in simplify()
680 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dsimple_preopt.rs767 Opcode::Band => Opcode::BandImm, in simplify()
796 Opcode::Band => Opcode::BandImm, in simplify()
830 | Opcode::BandImm in simplify()
847 Opcode::BandImm => lhs & rhs, in simplify()
884 | (Opcode::BandImm, -1) in simplify()
894 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
H A Dpeepmatic.rs237 BandImm, in to_peepmatic_operator()
637 Operator::BandImm => { in make_inst_2()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs767 Opcode::Band => Opcode::BandImm, in simplify()
796 Opcode::Band => Opcode::BandImm, in simplify()
830 | Opcode::BandImm in simplify()
847 Opcode::BandImm => lhs & rhs, in simplify()
884 | (Opcode::BandImm, -1) in simplify()
894 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
H A Dsouper_harvest.rs111 | ir::Opcode::BandImm in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs41 band_imm => BandImm {
734 opcode: opcode @ Opcode::BandImm, in operator()
1062 Opcode::BandImm => { in make_inst_2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs767 Opcode::Band => Opcode::BandImm, in simplify()
796 Opcode::Band => Opcode::BandImm, in simplify()
830 | Opcode::BandImm in simplify()
847 Opcode::BandImm => lhs & rhs, in simplify()
884 | (Opcode::BandImm, -1) in simplify()
894 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
H A Dsouper_harvest.rs111 | ir::Opcode::BandImm in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs41 band_imm => BandImm {
734 opcode: opcode @ Opcode::BandImm, in operator()
1062 Opcode::BandImm => { in make_inst_2()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dsimple_preopt.rs767 Opcode::Band => Opcode::BandImm, in simplify()
796 Opcode::Band => Opcode::BandImm, in simplify()
830 | Opcode::BandImm in simplify()
847 Opcode::BandImm => lhs & rhs, in simplify()
884 | (Opcode::BandImm, -1) in simplify()
894 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
H A Dsouper_harvest.rs111 | ir::Opcode::BandImm in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs41 band_imm => BandImm {
734 opcode: opcode @ Opcode::BandImm, in operator()
1062 Opcode::BandImm => { in make_inst_2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs767 Opcode::Band => Opcode::BandImm, in simplify()
796 Opcode::Band => Opcode::BandImm, in simplify()
830 | Opcode::BandImm in simplify()
847 Opcode::BandImm => lhs & rhs, in simplify()
884 | (Opcode::BandImm, -1) in simplify()
894 (Opcode::ImulImm, 0) | (Opcode::BandImm, 0) => { in simplify()
H A Dsouper_harvest.rs111 | ir::Opcode::BandImm in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs41 band_imm => BandImm {
734 opcode: opcode @ Opcode::BandImm, in operator()
1062 Opcode::BandImm => { in make_inst_2()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/runtime/src/
H A Doperator.rs38 BandImm, enumerator
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x64/
H A Dlower.rs222 | Opcode::BandImm in lower_insn_to_regs()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/legalizer/
H A Dmod.rs217 | ir::Opcode::BandImm in simple_legalize()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs232 | ir::Opcode::BandImm in simple_legalize()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs232 | ir::Opcode::BandImm in simple_legalize()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs232 | ir::Opcode::BandImm in simple_legalize()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs217 | ir::Opcode::BandImm in simple_legalize()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/legalizer/
H A Dmod.rs264 ir::Opcode::BandImm => expand_imm_op!(pos, inst: band_imm => band), in simple_legalize()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dlower_inst.rs1874 | Opcode::BandImm in lower_insn_to_regs()

12