Wyvern.Instruction.Sub (wyvern v1.0.4)

Copy Markdown

Summary

Types

t()

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

Functions

new(dest, op1, op2)