NumericInstr

zio.wasm.NumericInstr
sealed trait NumericInstr

Numeric instructions provide basic operations over numeric values of specific type. These operations closely match respective operations available in hardware.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CvtOp
case ITruncF
case IExtend8S
case IExtend16S
case FConvertI
case ITruncSatF
trait FBinOp
case FSqrt
case FAdd
case FSub
case FMul
case FDiv
case FMin
case FMax
case FCopySign
trait FRelOp
case FEq
case FNe
case FLt
case FGt
case FLe
case FGe
trait FUnOp
case FAbs
case FNeg
case FCeil
case FFloor
case FTrunc
case FNearest
trait IBinOp
case IAdd
case ISub
case IMul
case IDiv
case IRem
case IAnd
case IOr
case IXor
case IShl
case IShr
case IRotL
case IRotR
trait IRelOp
case IEq
case INe
case ILt
case IGt
case ILe
case IGe
trait ITestOp
case IEqz
trait IUnOp
case IClz
case ICtz
case IPopCnt
case I32Const
case I64Const
case F32Const
case F64Const
Show all
In this article