object i32
Type Members
- case class Add()(pos: Int) extends IBinop with Product with Serializable
- case class And()(pos: Int) extends IBinop with Product with Serializable
- case class Clz()(pos: Int) extends IUnop with Product with Serializable
- case class Const(v: Int)(pos: Int) extends Inst with Product with Serializable
- case class Ctz()(pos: Int) extends IUnop with Product with Serializable
- case class DivS()(pos: Int) extends IBinop with Product with Serializable
- case class DivU()(pos: Int) extends IBinop with Product with Serializable
- case class Eq()(pos: Int) extends IRelop with Product with Serializable
- case class Eqz()(pos: Int) extends ITestop with Product with Serializable
- case class Extend16S()(pos: Int) extends IUnop with Product with Serializable
- case class Extend8S()(pos: Int) extends IUnop with Product with Serializable
- case class GeS()(pos: Int) extends IRelop with Product with Serializable
- case class GeU()(pos: Int) extends IRelop with Product with Serializable
- case class GtS()(pos: Int) extends IRelop with Product with Serializable
- case class GtU()(pos: Int) extends IRelop with Product with Serializable
- case class LeS()(pos: Int) extends IRelop with Product with Serializable
- case class LeU()(pos: Int) extends IRelop with Product with Serializable
- case class Load(align: Int, offset: Int)(pos: Int) extends LoadInst with Product with Serializable
- case class Load16S(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class Load16U(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class Load8S(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class Load8U(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class LtS()(pos: Int) extends IRelop with Product with Serializable
- case class LtU()(pos: Int) extends IRelop with Product with Serializable
- case class Mul()(pos: Int) extends IBinop with Product with Serializable
- case class Ne()(pos: Int) extends IRelop with Product with Serializable
- case class Or()(pos: Int) extends IBinop with Product with Serializable
- case class Popcnt()(pos: Int) extends IUnop with Product with Serializable
- case class ReinterpretF32()(pos: Int) extends Convertop with Product with Serializable
- case class RemS()(pos: Int) extends IBinop with Product with Serializable
- case class RemU()(pos: Int) extends IBinop with Product with Serializable
- case class Rotl()(pos: Int) extends IBinop with Product with Serializable
- case class Rotr()(pos: Int) extends IBinop with Product with Serializable
- case class Shl()(pos: Int) extends IBinop with Product with Serializable
- case class ShrS()(pos: Int) extends IBinop with Product with Serializable
- case class ShrU()(pos: Int) extends IBinop with Product with Serializable
- case class Store(align: Int, offset: Int)(pos: Int) extends StoreInst with Product with Serializable
- case class Store16(align: Int, offset: Int)(pos: Int) extends StoreNInst with Product with Serializable
- case class Store8(align: Int, offset: Int)(pos: Int) extends StoreNInst with Product with Serializable
- case class Sub()(pos: Int) extends IBinop with Product with Serializable
- case class TruncSF32()(pos: Int) extends Convertop with Product with Serializable
- case class TruncSF64()(pos: Int) extends Convertop with Product with Serializable
- case class TruncSatSF32()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncSatSF64()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncSatUF32()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncSatUF64()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncUF32()(pos: Int) extends Convertop with Product with Serializable
- case class TruncUF64()(pos: Int) extends Convertop with Product with Serializable
- case class WrapI64()(pos: Int) extends Convertop with Product with Serializable
- case class Xor()(pos: Int) extends IBinop 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
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 Add()(pos: Int) extends IBinop with Product with Serializable
- case class And()(pos: Int) extends IBinop with Product with Serializable
- case class Clz()(pos: Int) extends IUnop with Product with Serializable
- case class Const(v: Int)(pos: Int) extends Inst with Product with Serializable
- case class Ctz()(pos: Int) extends IUnop with Product with Serializable
- case class DivS()(pos: Int) extends IBinop with Product with Serializable
- case class DivU()(pos: Int) extends IBinop with Product with Serializable
- case class Eq()(pos: Int) extends IRelop with Product with Serializable
- case class Eqz()(pos: Int) extends ITestop with Product with Serializable
- case class Extend16S()(pos: Int) extends IUnop with Product with Serializable
- case class Extend8S()(pos: Int) extends IUnop with Product with Serializable
- case class GeS()(pos: Int) extends IRelop with Product with Serializable
- case class GeU()(pos: Int) extends IRelop with Product with Serializable
- case class GtS()(pos: Int) extends IRelop with Product with Serializable
- case class GtU()(pos: Int) extends IRelop with Product with Serializable
- case class LeS()(pos: Int) extends IRelop with Product with Serializable
- case class LeU()(pos: Int) extends IRelop with Product with Serializable
- case class Load(align: Int, offset: Int)(pos: Int) extends LoadInst with Product with Serializable
- case class Load16S(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class Load16U(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class Load8S(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class Load8U(align: Int, offset: Int)(pos: Int) extends LoadNInst with Product with Serializable
- case class LtS()(pos: Int) extends IRelop with Product with Serializable
- case class LtU()(pos: Int) extends IRelop with Product with Serializable
- case class Mul()(pos: Int) extends IBinop with Product with Serializable
- case class Ne()(pos: Int) extends IRelop with Product with Serializable
- case class Or()(pos: Int) extends IBinop with Product with Serializable
- case class Popcnt()(pos: Int) extends IUnop with Product with Serializable
- case class ReinterpretF32()(pos: Int) extends Convertop with Product with Serializable
- case class RemS()(pos: Int) extends IBinop with Product with Serializable
- case class RemU()(pos: Int) extends IBinop with Product with Serializable
- case class Rotl()(pos: Int) extends IBinop with Product with Serializable
- case class Rotr()(pos: Int) extends IBinop with Product with Serializable
- case class Shl()(pos: Int) extends IBinop with Product with Serializable
- case class ShrS()(pos: Int) extends IBinop with Product with Serializable
- case class ShrU()(pos: Int) extends IBinop with Product with Serializable
- case class Store(align: Int, offset: Int)(pos: Int) extends StoreInst with Product with Serializable
- case class Store16(align: Int, offset: Int)(pos: Int) extends StoreNInst with Product with Serializable
- case class Store8(align: Int, offset: Int)(pos: Int) extends StoreNInst with Product with Serializable
- case class Sub()(pos: Int) extends IBinop with Product with Serializable
- case class TruncSF32()(pos: Int) extends Convertop with Product with Serializable
- case class TruncSF64()(pos: Int) extends Convertop with Product with Serializable
- case class TruncSatSF32()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncSatSF64()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncSatUF32()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncSatUF64()(pos: Int) extends SatConvertop with Product with Serializable
- case class TruncUF32()(pos: Int) extends Convertop with Product with Serializable
- case class TruncUF64()(pos: Int) extends Convertop with Product with Serializable
- case class WrapI64()(pos: Int) extends Convertop with Product with Serializable
- case class Xor()(pos: Int) extends IBinop 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
- def finalize(): Unit