object i32

ValType.I32 related instruction.

Source
instructions.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. i32
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Const(v: Int) extends AConst with Product with Serializable
  2. case class Load(align: Int, offset: Int) extends LoadInst with Product with Serializable
  3. case class Load16S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
  4. case class Load16U(align: Int, offset: Int) extends LoadNInst with Product with Serializable
  5. case class Load8S(align: Int, offset: Int) extends LoadNInst with Product with Serializable
  6. case class Load8U(align: Int, offset: Int) extends LoadNInst with Product with Serializable
  7. case class Store(align: Int, offset: Int) extends StoreInst with Product with Serializable
  8. case class Store16(align: Int, offset: Int) extends StoreNInst with Product with Serializable
  9. case class Store8(align: Int, offset: Int) extends StoreNInst with Product with Serializable

Value Members

  1. case object Add extends IBinop with Product with Serializable
  2. case object And extends IBinop with Product with Serializable
  3. case object Clz extends IUnop with Product with Serializable
  4. case object Ctz extends IUnop with Product with Serializable
  5. case object DivS extends IBinop with Product with Serializable
  6. case object DivU extends IBinop with Product with Serializable
  7. case object Eq extends IRelop with Product with Serializable
  8. case object Eqz extends ITestop with Product with Serializable
  9. case object Extend16S extends IUnop with Product with Serializable
  10. case object Extend8S extends IUnop with Product with Serializable
  11. case object GeS extends IRelop with Product with Serializable
  12. case object GeU extends IRelop with Product with Serializable
  13. case object GtS extends IRelop with Product with Serializable
  14. case object GtU extends IRelop with Product with Serializable
  15. case object LeS extends IRelop with Product with Serializable
  16. case object LeU extends IRelop with Product with Serializable
  17. case object LtS extends IRelop with Product with Serializable
  18. case object LtU extends IRelop with Product with Serializable
  19. case object Mul extends IBinop with Product with Serializable
  20. case object Ne extends IRelop with Product with Serializable
  21. case object Or extends IBinop with Product with Serializable
  22. case object Popcnt extends IUnop with Product with Serializable
  23. case object ReinterpretF32 extends Convertop with Product with Serializable
  24. case object RemS extends IBinop with Product with Serializable
  25. case object RemU extends IBinop with Product with Serializable
  26. case object Rotl extends IBinop with Product with Serializable
  27. case object Rotr extends IBinop with Product with Serializable
  28. case object Shl extends IBinop with Product with Serializable
  29. case object ShrS extends IBinop with Product with Serializable
  30. case object ShrU extends IBinop with Product with Serializable
  31. case object Sub extends IBinop with Product with Serializable
  32. case object TruncSF32 extends Convertop with Product with Serializable
  33. case object TruncSF64 extends Convertop with Product with Serializable
  34. case object TruncSatSF32 extends SatConvertop with Product with Serializable
  35. case object TruncSatSF64 extends SatConvertop with Product with Serializable
  36. case object TruncSatUF32 extends SatConvertop with Product with Serializable
  37. case object TruncSatUF64 extends SatConvertop with Product with Serializable
  38. case object TruncUF32 extends Convertop with Product with Serializable
  39. case object TruncUF64 extends Convertop with Product with Serializable
  40. case object WrapI64 extends Convertop with Product with Serializable
  41. case object Xor extends IBinop with Product with Serializable