From 2294180c3778d0fcfa877818e98c420fcd54bb8a Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 5 Dec 2023 22:08:06 +0000 Subject: deploy: 7e98f5def5942969f97f5f015e7fb8417793d132 --- juicebox_asm/prelude/trait.Test.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juicebox_asm/prelude/trait.Test.html') diff --git a/juicebox_asm/prelude/trait.Test.html b/juicebox_asm/prelude/trait.Test.html index e19101d..9ea9d85 100644 --- a/juicebox_asm/prelude/trait.Test.html +++ b/juicebox_asm/prelude/trait.Test.html @@ -1,7 +1,7 @@ -Test in juicebox_asm::prelude - Rust
pub trait Test<T, U> {
+Test in juicebox_asm::prelude - Rust
pub trait Test<T, U> {
     // Required method
     fn test(&mut self, op1: T, op2: U);
-}

Required Methods§

source

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

Emit a logical compare instruction.

+}

Required Methods§

source

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

Emit a logical compare instruction.

Computes the bit-wise logical AND of first operand and the second operand and sets the SF, ZF, and PF status flags, the result is discarded.

-

Implementors§

\ No newline at end of file +

Implementors§

source§

impl Test<MemOp, Imm16> for Asm

source§

impl Test<Reg32, Reg32> for Asm

source§

impl Test<Reg64, Reg64> for Asm

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