From d3e1eff9593501ff8677b9399e1f0625f415ec78 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 7 Dec 2023 23:53:44 +0000 Subject: deploy: b5aea3fb5fcce31599e3d7397d5413a934132231 --- juicebox_asm/insn/trait.Cmp.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'juicebox_asm/insn/trait.Cmp.html') diff --git a/juicebox_asm/insn/trait.Cmp.html b/juicebox_asm/insn/trait.Cmp.html index b685490..3f88e11 100644 --- a/juicebox_asm/insn/trait.Cmp.html +++ b/juicebox_asm/insn/trait.Cmp.html @@ -1,11 +1,8 @@ - - - - - Redirection - - -

Redirecting to ../../juicebox_asm/prelude/trait.Cmp.html...

- - - \ No newline at end of file +Cmp in juicebox_asm::insn - Rust

Trait juicebox_asm::insn::Cmp

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

Trait for cmp instruction kinds.

+

Required Methods§

source

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

Emit a compare instruction.

+

Computes op2 - op1 and sets the status flags in the same way as the sub instruction, +the result is discarded.

+

Implementors§

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