Wyvern. Instruction. Or
(wyvern v1.0.3)
Copy Markdown
Summary
Types
@type t() :: %Wyvern.Instruction.Or{ dest: Wyvern.Instruction.Types.destination(), id: reference(), op1: Wyvern.Value.t(), op2: Wyvern.Value.t() }
Functions
@spec new(Wyvern.Instruction.Types.destination(), Wyvern.Value.t(), Wyvern.Value.t()) :: t()