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