Instruction

Type Alias Instruction 

Source
pub type Instruction = Tuple3Instruction<M64ExtInstruction<Register>, BZbc64ExtInstruction<Register>, Rv64Instruction<Register>>;
Expand description

An instruction type used by contracts

Aliased Type§

pub enum Instruction {
    A(M64ExtInstruction<EReg<u64>>),
    B(BZbc64ExtInstruction<EReg<u64>>),
    Base(Rv64Instruction<EReg<u64>>),
}

Variants§

§

A(M64ExtInstruction<EReg<u64>>)

§

B(BZbc64ExtInstruction<EReg<u64>>)

§

Base(Rv64Instruction<EReg<u64>>)