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>>),
}