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