Packages

class F64Const extends AsmInst[F]

Source
asm.scala
Linear Supertypes
AsmInst[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. F64Const
  2. AsmInst
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new F64Const(v: Double)

Value Members

  1. def execute(thread: Frame[F]): Continuation[F]
    Definition Classes
    F64ConstAsmInst