From 5289cbf5331dfd0d0c2242a7e7c8030aa4032c7e Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 7 Dec 2024 01:01:45 +0000 Subject: deploy: 9c3c3fd923d894d2351eb22129ea693eb98fa8ff --- juicebox_asm/insn/trait.Xor.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 juicebox_asm/insn/trait.Xor.html (limited to 'juicebox_asm/insn/trait.Xor.html') diff --git a/juicebox_asm/insn/trait.Xor.html b/juicebox_asm/insn/trait.Xor.html new file mode 100644 index 0000000..929443a --- /dev/null +++ b/juicebox_asm/insn/trait.Xor.html @@ -0,0 +1,6 @@ +Xor in juicebox_asm::insn - Rust
juicebox_asm::insn

Trait Xor

source
pub trait Xor<T, U> {
+    // Required method
+    fn xor(&mut self, op1: T, op2: U);
+}
Expand description

Trait for xor instruction kinds.

+

Required Methods§

source

fn xor(&mut self, op1: T, op2: U)

Emit a xor instruction.

+

Implementors§

\ No newline at end of file -- cgit v1.2.3