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