case class Load(align: Int, offset: Int)(pos: Int) extends LoadInst with Product with Serializable

Source
instructions.scala
Linear Supertypes
Serializable, Product, Equals, LoadInst, MemoryInst, Inst, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Load
  2. Serializable
  3. Product
  4. Equals
  5. LoadInst
  6. MemoryInst
  7. Inst
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Load(align: Int, offset: Int)(pos: Int)

Value Members

  1. val align: Int
    Definition Classes
    LoadMemoryInst
  2. val offset: Int
    Definition Classes
    LoadMemoryInst
  3. val pos: Int
    Definition Classes
    LoadInst
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val tpe: ValType
    Definition Classes
    LoadInst