Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs342 ALUOp::AndNot32 => 0b00001010_001, in emit()
444 ALUOp::AndNot32 => (0b000_100100, true), in emit()
507 ALUOp::AndNot32 => 0b000_01010001, in emit()
H A Demit_tests.rs217 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
667 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
H A Dmod.rs52 AndNot32, enumerator
1944 ALUOp::AndNot32 => ("bic", InstSize::Size32), in show_rru()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/inst/
H A Demit.rs396 ALUOp::AndNot32 => 0b00001010_001, in emit()
498 ALUOp::AndNot32 => (0b000_100100, true), in emit()
561 ALUOp::AndNot32 => 0b000_01010001, in emit()
H A Demit_tests.rs218 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
668 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
H A Dmod.rs54 AndNot32, enumerator
2018 ALUOp::AndNot32 => ("bic", InstSize::Size32), in show_rru()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs610 ALUOp::AndNot32 => 0b00001010_001, in emit()
697 ALUOp::AndNot32 => (0b000_100100, true), in emit()
768 ALUOp::AndNot32 => 0b000_01010001, in emit()
H A Demit_tests.rs218 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
668 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
H A Dmod.rs55 AndNot32, enumerator
3191 ALUOp::AndNot32 => ("bic", OperandSize::Size32), in print_with_state()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs610 ALUOp::AndNot32 => 0b00001010_001, in emit()
697 ALUOp::AndNot32 => (0b000_100100, true), in emit()
768 ALUOp::AndNot32 => 0b000_01010001, in emit()
H A Demit_tests.rs218 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
668 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
H A Dmod.rs55 AndNot32, enumerator
3191 ALUOp::AndNot32 => ("bic", OperandSize::Size32), in print_with_state()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs682 ALUOp::AndNot32 => 0b00001010_001, in emit()
771 ALUOp::AndNot32 => (0b000_100100, true), in emit()
844 ALUOp::AndNot32 => 0b000_01010001, in emit()
H A Demit_tests.rs319 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
797 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Demit.rs610 ALUOp::AndNot32 => 0b00001010_001, in emit()
697 ALUOp::AndNot32 => (0b000_100100, true), in emit()
768 ALUOp::AndNot32 => 0b000_01010001, in emit()
H A Demit_tests.rs218 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
668 alu_op: ALUOp::AndNot32, in test_aarch64_binemit()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs75 AndNot32, enumerator
88 ALUOp::AndNot32 | ALUOp::AndNot64 => InstructionSet::MIE2, in available_from()
2585 ALUOp::AndNot32 => ("nnrk", false), in print_with_state()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs398 Opcode::BandNot => choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
1486 let alu_op = choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64); in lower_insn_to_regs()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs63 AndNot32, enumerator
2362 ALUOp::AndNot32 => ("nnrk", false), in print_with_state()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs63 AndNot32, enumerator
2362 ALUOp::AndNot32 => ("nnrk", false), in print_with_state()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs63 AndNot32, enumerator
2362 ALUOp::AndNot32 => ("nnrk", false), in print_with_state()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dlower.rs1514 Opcode::BandNot => choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
1539 alu_op: choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dlower.rs1514 Opcode::BandNot => choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
1539 alu_op: choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dlower.rs1514 Opcode::BandNot => choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
1539 alu_op: choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/
H A Dlower.rs1604 (Opcode::BandNot, true) => choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()
1636 alu_op: choose_32_64(ty, ALUOp::AndNot32, ALUOp::AndNot64), in lower_insn_to_regs()

12