sealed abstract class MemoryInst extends Inst

A memory loading/storing instruction.

Source
instructions.scala
Linear Supertypes
Inst, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemoryInst
  2. Inst
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val align: Int
  2. abstract val offset: Int

Concrete Value Members

  1. val opcode: OpCode
    Definition Classes
    Inst