Wyvern.Instruction.Add (wyvern v1.0.3)

Copy Markdown

Summary

Types

operand()

@type operand() :: Wyvern.Value.t()

t()

@type t() :: %Wyvern.Instruction.Add{
  dest: Wyvern.Instruction.Types.destination(),
  id: reference(),
  op1: Wyvern.Value.t(),
  op2: Wyvern.Value.t()
}

Functions

new(dest, op1, op2)