Home
last modified time | relevance | path

Searched refs:UshrImm (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.rs524 if opcode == Opcode::UshrImm { in try_fold_extended_move()
561 Opcode::Ushr => Opcode::UshrImm, in simplify()
655 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
678 | (Opcode::UshrImm, 0) in simplify()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs524 if opcode == Opcode::UshrImm { in try_fold_extended_move()
561 Opcode::Ushr => Opcode::UshrImm, in simplify()
652 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
675 | (Opcode::UshrImm, 0) in simplify()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dsimple_preopt.rs736 if opcode == Opcode::UshrImm { in try_fold_extended_move()
773 Opcode::Ushr => Opcode::UshrImm, in simplify()
866 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
889 | (Opcode::UshrImm, 0) in simplify()
H A Dpeepmatic.rs280 UshrImm, in to_peepmatic_operator()
817 Operator::UshrImm => { in make_inst_2()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs736 if opcode == Opcode::UshrImm { in try_fold_extended_move()
773 Opcode::Ushr => Opcode::UshrImm, in simplify()
866 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
889 | (Opcode::UshrImm, 0) in simplify()
H A Dsouper_harvest.rs121 | ir::Opcode::UshrImm in harvest_candidate_lhs()
382 (ir::Opcode::UshrImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs233 ushr_imm => UshrImm {
809 opcode: opcode @ Opcode::UshrImm, in operator()
1242 Opcode::UshrImm => { in make_inst_2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs736 if opcode == Opcode::UshrImm { in try_fold_extended_move()
773 Opcode::Ushr => Opcode::UshrImm, in simplify()
866 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
889 | (Opcode::UshrImm, 0) in simplify()
H A Dsouper_harvest.rs121 | ir::Opcode::UshrImm in harvest_candidate_lhs()
382 (ir::Opcode::UshrImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs233 ushr_imm => UshrImm {
809 opcode: opcode @ Opcode::UshrImm, in operator()
1242 Opcode::UshrImm => { in make_inst_2()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dsimple_preopt.rs736 if opcode == Opcode::UshrImm { in try_fold_extended_move()
773 Opcode::Ushr => Opcode::UshrImm, in simplify()
866 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
889 | (Opcode::UshrImm, 0) in simplify()
H A Dsouper_harvest.rs121 | ir::Opcode::UshrImm in harvest_candidate_lhs()
382 (ir::Opcode::UshrImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs233 ushr_imm => UshrImm {
809 opcode: opcode @ Opcode::UshrImm, in operator()
1242 Opcode::UshrImm => { in make_inst_2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsimple_preopt.rs736 if opcode == Opcode::UshrImm { in try_fold_extended_move()
773 Opcode::Ushr => Opcode::UshrImm, in simplify()
866 Opcode::UshrImm | Opcode::SshrImm => { in simplify()
889 | (Opcode::UshrImm, 0) in simplify()
H A Dsouper_harvest.rs121 | ir::Opcode::UshrImm in harvest_candidate_lhs()
382 (ir::Opcode::UshrImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
H A Dpeepmatic.rs233 ushr_imm => UshrImm {
809 opcode: opcode @ Opcode::UshrImm, in operator()
1242 Opcode::UshrImm => { in make_inst_2()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/runtime/src/
H A Doperator.rs210 UshrImm, enumerator
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x64/
H A Dlower.rs228 | Opcode::UshrImm in lower_insn_to_regs()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/legalizer/
H A Dmod.rs232 | ir::Opcode::UshrImm in simple_legalize()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs247 | ir::Opcode::UshrImm in simple_legalize()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs247 | ir::Opcode::UshrImm in simple_legalize()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs247 | ir::Opcode::UshrImm in simple_legalize()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dmod.rs232 | ir::Opcode::UshrImm in simple_legalize()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/legalizer/
H A Dmod.rs274 ir::Opcode::UshrImm => expand_imm_op!(pos, inst<I32>: ushr_imm => ushr), in simple_legalize()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dlower_inst.rs1880 | Opcode::UshrImm in lower_insn_to_regs()

12