object i32
Type Members
- case class Const(v: Int) extends AConst with Product with Serializable
- case class Load(align: Int, offset: Int) extends LoadInst with Product with Serializable
- case class Load16S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load16U(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load8S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load8U(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Store(align: Int, offset: Int) extends StoreInst with Product with Serializable
- case class Store16(align: Int, offset: Int) extends StoreNInst with Product with Serializable
- case class Store8(align: Int, offset: Int) extends StoreNInst with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- case object Add extends IBinop with Product with Serializable
- case object And extends IBinop with Product with Serializable
- case object Clz extends IUnop with Product with Serializable
- case object Ctz extends IUnop with Product with Serializable
- case object DivS extends IBinop with Product with Serializable
- case object DivU extends IBinop with Product with Serializable
- case object Eq extends IRelop with Product with Serializable
- case object Eqz extends ITestop with Product with Serializable
- case object Extend16S extends IUnop with Product with Serializable
- case object Extend8S extends IUnop with Product with Serializable
- case object GeS extends IRelop with Product with Serializable
- case object GeU extends IRelop with Product with Serializable
- case object GtS extends IRelop with Product with Serializable
- case object GtU extends IRelop with Product with Serializable
- case object LeS extends IRelop with Product with Serializable
- case object LeU extends IRelop with Product with Serializable
- case object LtS extends IRelop with Product with Serializable
- case object LtU extends IRelop with Product with Serializable
- case object Mul extends IBinop with Product with Serializable
- case object Ne extends IRelop with Product with Serializable
- case object Or extends IBinop with Product with Serializable
- case object Popcnt extends IUnop with Product with Serializable
- case object ReinterpretF32 extends Convertop with Product with Serializable
- case object RemS extends IBinop with Product with Serializable
- case object RemU extends IBinop with Product with Serializable
- case object Rotl extends IBinop with Product with Serializable
- case object Rotr extends IBinop with Product with Serializable
- case object Shl extends IBinop with Product with Serializable
- case object ShrS extends IBinop with Product with Serializable
- case object ShrU extends IBinop with Product with Serializable
- case object Sub extends IBinop with Product with Serializable
- case object TruncSF32 extends Convertop with Product with Serializable
- case object TruncSF64 extends Convertop with Product with Serializable
- case object TruncSatSF32 extends SatConvertop with Product with Serializable
- case object TruncSatSF64 extends SatConvertop with Product with Serializable
- case object TruncSatUF32 extends SatConvertop with Product with Serializable
- case object TruncSatUF64 extends SatConvertop with Product with Serializable
- case object TruncUF32 extends Convertop with Product with Serializable
- case object TruncUF64 extends Convertop with Product with Serializable
- case object WrapI64 extends Convertop with Product with Serializable
- case object Xor extends IBinop with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- case class Const(v: Int) extends AConst with Product with Serializable
- case class Load(align: Int, offset: Int) extends LoadInst with Product with Serializable
- case class Load16S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load16U(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load8S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load8U(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Store(align: Int, offset: Int) extends StoreInst with Product with Serializable
- case class Store16(align: Int, offset: Int) extends StoreNInst with Product with Serializable
- case class Store8(align: Int, offset: Int) extends StoreNInst with Product with Serializable
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- case object Add extends IBinop with Product with Serializable
- case object And extends IBinop with Product with Serializable
- case object Clz extends IUnop with Product with Serializable
- case object Ctz extends IUnop with Product with Serializable
- case object DivS extends IBinop with Product with Serializable
- case object DivU extends IBinop with Product with Serializable
- case object Eq extends IRelop with Product with Serializable
- case object Eqz extends ITestop with Product with Serializable
- case object Extend16S extends IUnop with Product with Serializable
- case object Extend8S extends IUnop with Product with Serializable
- case object GeS extends IRelop with Product with Serializable
- case object GeU extends IRelop with Product with Serializable
- case object GtS extends IRelop with Product with Serializable
- case object GtU extends IRelop with Product with Serializable
- case object LeS extends IRelop with Product with Serializable
- case object LeU extends IRelop with Product with Serializable
- case object LtS extends IRelop with Product with Serializable
- case object LtU extends IRelop with Product with Serializable
- case object Mul extends IBinop with Product with Serializable
- case object Ne extends IRelop with Product with Serializable
- case object Or extends IBinop with Product with Serializable
- case object Popcnt extends IUnop with Product with Serializable
- case object ReinterpretF32 extends Convertop with Product with Serializable
- case object RemS extends IBinop with Product with Serializable
- case object RemU extends IBinop with Product with Serializable
- case object Rotl extends IBinop with Product with Serializable
- case object Rotr extends IBinop with Product with Serializable
- case object Shl extends IBinop with Product with Serializable
- case object ShrS extends IBinop with Product with Serializable
- case object ShrU extends IBinop with Product with Serializable
- case object Sub extends IBinop with Product with Serializable
- case object TruncSF32 extends Convertop with Product with Serializable
- case object TruncSF64 extends Convertop with Product with Serializable
- case object TruncSatSF32 extends SatConvertop with Product with Serializable
- case object TruncSatSF64 extends SatConvertop with Product with Serializable
- case object TruncSatUF32 extends SatConvertop with Product with Serializable
- case object TruncSatUF64 extends SatConvertop with Product with Serializable
- case object TruncUF32 extends Convertop with Product with Serializable
- case object TruncUF64 extends Convertop with Product with Serializable
- case object WrapI64 extends Convertop with Product with Serializable
- case object Xor extends IBinop with Product with Serializable
- def finalize(): Unit