object f64
- Source
- instructions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- f64
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Abs()(pos: Int) extends FUnop with Product with Serializable
- case class Add()(pos: Int) extends FBinop with Product with Serializable
- case class Ceil()(pos: Int) extends FUnop with Product with Serializable
- case class Const(v: Double)(pos: Int) extends Inst with Product with Serializable
- case class ConvertSI32()(pos: Int) extends Convertop with Product with Serializable
- case class ConvertSI64()(pos: Int) extends Convertop with Product with Serializable
- case class ConvertUI32()(pos: Int) extends Convertop with Product with Serializable
- case class ConvertUI64()(pos: Int) extends Convertop with Product with Serializable
- case class Copysign()(pos: Int) extends FBinop with Product with Serializable
- case class Div()(pos: Int) extends FBinop with Product with Serializable
- case class Eq()(pos: Int) extends FRelop with Product with Serializable
- case class Floor()(pos: Int) extends FUnop with Product with Serializable
- case class Ge()(pos: Int) extends FRelop with Product with Serializable
- case class Gt()(pos: Int) extends FRelop with Product with Serializable
- case class Le()(pos: Int) extends FRelop with Product with Serializable
- case class Load(align: Int, offset: Int)(pos: Int) extends LoadInst with Product with Serializable
- case class Lt()(pos: Int) extends FRelop with Product with Serializable
- case class Max()(pos: Int) extends FBinop with Product with Serializable
- case class Min()(pos: Int) extends FBinop with Product with Serializable
- case class Mul()(pos: Int) extends FBinop with Product with Serializable
- case class Ne()(pos: Int) extends FRelop with Product with Serializable
- case class Nearest()(pos: Int) extends FUnop with Product with Serializable
- case class Neg()(pos: Int) extends FUnop with Product with Serializable
- case class PromoteF32()(pos: Int) extends Convertop with Product with Serializable
- case class ReinterpretI64()(pos: Int) extends Convertop with Product with Serializable
- case class Sqrt()(pos: Int) extends FUnop with Product with Serializable
- case class Store(align: Int, offset: Int)(pos: Int) extends MemoryInst with Product with Serializable
- case class Sub()(pos: Int) extends FBinop with Product with Serializable
- case class Trunc()(pos: Int) extends FUnop with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.