object i64
Ordering
- Alphabetic
- By Inheritance
Inherited
- i64
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Const(v: Long) 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 Load32S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
- case class Load32U(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 Store32(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
- 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])
- 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 Extend32S extends IUnop with Product with Serializable
- case object Extend8S extends IUnop with Product with Serializable
- case object ExtendSI32 extends Convertop with Product with Serializable
- case object ExtendUI32 extends Convertop 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 ReinterpretF64 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 Xor extends IBinop with Product with Serializable
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.