Class ConstExpressions.i32
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions.i32
- Enclosing class:
ConstExpressions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic I32Add
static I32And
static I32Const
c
(int aValue) static I32Clz
static I32Ctz
static I32DivS
static I32Eq
static I32Eqz
static I32GeS
static I32GtS
static I32LeS
static I32LtS
static I32Mul
static I32Ne
static I32Or
static I32Popcount
static I32ReinterpretF32
reinterpretf32
(WasmValue value) static I32RemS
static I32Shl
static I32ShrS
static I32ShrU
static I32Sub
static I32TruncSF64
trunc_f64s
(WasmValue value) static I32TruncSF32
trunc_sf32
(WasmValue value) static I32WrapI64
static I32Xor
-
Constructor Details
-
i32
public i32()
-
-
Method Details
-
c
-
eq
-
ne
-
ge_s
-
gt_s
-
le_s
-
lt_s
-
eqz
-
popcount
-
reinterpretf32
-
wrap_i64
-
add
-
and
-
or
-
sub
-
mul
-
div_s
-
rem_s
-
shl
-
shr_s
-
shr_u
-
xor
-
clz
-
ctz
-
trunc_sf32
-
trunc_f64s
-