Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs1842 alu_op: ALUOp::Lsr64, in emit_shl_i128()
1856 alu_op: ALUOp::Lsr64, in emit_shl_i128()
1936 ALUOp::Lsr64 in emit_shr_i128()
1954 alu_op: ALUOp::Lsr64, in emit_shr_i128()
2041 alu_op: ALUOp::Lsr64, in emit_clz_i128()
H A Dlower_inst.rs380 ALUOp::Lsr64 in lower_insn_to_regs()
761 Opcode::Ushr => choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
1112 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
2526 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
2532 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs354 ALUOp::RotR64 | ALUOp::Lsr64 | ALUOp::Asr64 | ALUOp::Lsl64 => 0b10011010_110, in emit()
370 ALUOp::Lsr32 | ALUOp::Lsr64 => 0b001001, in emit()
465 ALUOp::Lsr64 => (0b1101001101, u32::from(amt), 0b111111), in emit()
H A Demit_tests.rs308 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
888 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
H A Dmod.rs90 Lsr64, enumerator
1953 ALUOp::Lsr64 => ("lsr", InstSize::Size64), in show_rru()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dlower_inst.rs208 ALUOp::Lsr64 in lower_insn_to_regs()
430 Opcode::Ushr => choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
700 alu_op: choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
732 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
812 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs200 ALUOp::Lsr64 in lower_insn_to_regs()
422 Opcode::Ushr => choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
692 alu_op: choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
724 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
804 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/inst/
H A Demit.rs408 ALUOp::RotR64 | ALUOp::Lsr64 | ALUOp::Asr64 | ALUOp::Lsl64 => 0b10011010_110, in emit()
424 ALUOp::Lsr32 | ALUOp::Lsr64 => 0b001001, in emit()
519 ALUOp::Lsr64 => (0b1101001101, u32::from(amt), 0b111111), in emit()
H A Demit_tests.rs309 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
889 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
H A Dmod.rs92 Lsr64, enumerator
2027 ALUOp::Lsr64 => ("lsr", InstSize::Size64), in show_rru()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs621 ALUOp::RotR64 | ALUOp::Lsr64 | ALUOp::Asr64 | ALUOp::Lsl64 => 0b10011010_110, in emit()
629 ALUOp::Lsr32 | ALUOp::Lsr64 => 0b001001, in emit()
718 ALUOp::Lsr64 => (0b1101001101, u32::from(amt), 0b111111), in emit()
H A Demit_tests.rs309 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
888 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
H A Dmod.rs82 Lsr64, enumerator
3200 ALUOp::Lsr64 => ("lsr", OperandSize::Size64), in print_with_state()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs621 ALUOp::RotR64 | ALUOp::Lsr64 | ALUOp::Asr64 | ALUOp::Lsl64 => 0b10011010_110, in emit()
629 ALUOp::Lsr32 | ALUOp::Lsr64 => 0b001001, in emit()
718 ALUOp::Lsr64 => (0b1101001101, u32::from(amt), 0b111111), in emit()
H A Demit_tests.rs309 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
888 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
H A Dmod.rs82 Lsr64, enumerator
3200 ALUOp::Lsr64 => ("lsr", OperandSize::Size64), in print_with_state()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs693 ALUOp::RotR64 | ALUOp::Lsr64 | ALUOp::Asr64 | ALUOp::Lsl64 => 0b10011010_110, in emit()
701 ALUOp::Lsr32 | ALUOp::Lsr64 => 0b001001, in emit()
792 ALUOp::Lsr64 => (0b1101001101, u32::from(amt), 0b111111), in emit()
H A Demit_tests.rs410 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
1017 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
H A Dmod.rs86 Lsr64, enumerator
3367 ALUOp::Lsr64 => ("lsr", OperandSize::Size64), in print_with_state()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs621 ALUOp::RotR64 | ALUOp::Lsr64 | ALUOp::Asr64 | ALUOp::Lsl64 => 0b10011010_110, in emit()
629 ALUOp::Lsr32 | ALUOp::Lsr64 => 0b001001, in emit()
718 ALUOp::Lsr64 => (0b1101001101, u32::from(amt), 0b111111), in emit()
H A Demit_tests.rs309 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
888 alu_op: ALUOp::Lsr64, in test_aarch64_binemit()
H A Dmod.rs82 Lsr64, enumerator
3200 ALUOp::Lsr64 => ("lsr", OperandSize::Size64), in print_with_state()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs362 ALUOp::Lsr64 in lower_insn_to_regs()
639 Opcode::Ushr => choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
2193 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
2199 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs362 ALUOp::Lsr64 in lower_insn_to_regs()
639 Opcode::Ushr => choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
2193 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
2199 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs362 ALUOp::Lsr64 in lower_insn_to_regs()
639 Opcode::Ushr => choose_32_64(ty, ALUOp::Lsr32, ALUOp::Lsr64), in lower_insn_to_regs()
2193 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()
2199 alu_op: ALUOp::Lsr64, in lower_insn_to_regs()