From c94a65c993f5da6a86bd1e6d23e359ba2052f836 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 13 Dec 2024 00:18:53 +0000 Subject: deploy: 758f014afb8ec5c20ef2fc862fc12e80f65d3d25 --- juicebox_asm/insn/trait.Add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juicebox_asm/insn/trait.Add.html') diff --git a/juicebox_asm/insn/trait.Add.html b/juicebox_asm/insn/trait.Add.html index a7fc8e3..5223362 100644 --- a/juicebox_asm/insn/trait.Add.html +++ b/juicebox_asm/insn/trait.Add.html @@ -3,4 +3,4 @@ fn add(&mut self, op1: T, op2: U); }
Expand description

Trait for add instruction kinds.

Required Methods§

source

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

Emit an add instruction.

-

Implementors§

source§

impl Add<MemOp, Reg16> for Asm

source§

impl Add<MemOp, Reg64> for Asm

source§

impl Add<MemOp, Imm8> for Asm

source§

impl Add<MemOp, Imm16> for Asm

source§

impl Add<Reg32, Reg32> for Asm

source§

impl Add<Reg64, MemOp> for Asm

source§

impl Add<Reg64, Reg64> for Asm

\ No newline at end of file +

Implementors§

source§

impl Add<Reg32, Reg32> for Asm

source§

impl Add<Reg64, Reg64> for Asm

source§

impl Add<Reg64, Mem64> for Asm

source§

impl Add<Mem8, Imm8> for Asm

source§

impl Add<Mem16, Reg16> for Asm

source§

impl Add<Mem16, Imm8> for Asm

source§

impl Add<Mem16, Imm16> for Asm

source§

impl Add<Mem32, Imm8> for Asm

source§

impl Add<Mem64, Reg64> for Asm

source§

impl Add<Mem64, Imm8> for Asm

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