Wyvern.Instruction.Fneg (wyvern v1.0.4)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Instruction.Fneg{
  dest: Wyvern.Instruction.Types.destination(),
  id: reference(),
  src: Wyvern.Value.t()
}

Functions

new(dest, src)