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