MCPcopy Create free account
hub / github.com/Sin7Y/olavm / BinaryInstruction

Class BinaryInstruction

core/src/program/binary_program.rs:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73#[derive(Debug, Clone)]
74pub struct BinaryInstruction {
75 pub opcode: OlaOpcode,
76 pub op0: Option<OlaOperand>,
77 pub op1: Option<OlaOperand>,
78 pub dst: Option<OlaOperand>,
79 pub prophet: Option<OlaProphet>,
80}
81
82impl BinaryInstruction {
83 pub const BIT_SHIFT_OP1_IMM: usize = 62;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected