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