From efd6fd88d2c73ae48ff74ba9e772e2347009fe9e Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 13 Dec 2024 21:12:22 +0000 Subject: deploy: e6095b086f6e2429fb952ae75a193dc89b4b9082 --- juicebox_asm/insn/trait.Cmp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 46fd3d6..20289b5 100644 --- a/juicebox_asm/insn/trait.Cmp.html +++ b/juicebox_asm/insn/trait.Cmp.html @@ -5,4 +5,4 @@

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§

source§

impl Cmp<Mem8, Imm8> for Asm

source§

impl Cmp<Mem16, Imm16> for Asm

\ No newline at end of file +

Implementors§

source§

impl Cmp<Reg64, Reg64> for Asm

source§

impl Cmp<Mem8, Imm8> for Asm

source§

impl Cmp<Mem16, Imm16> for Asm

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