public static class ConstExpressions.i32 extends Object
| Constructor and Description |
|---|
i32() |
| Modifier and Type | Method and Description |
|---|---|
static I32Add |
add(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32And |
and(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Const |
c(int aValue,
Expression expression) |
static I32Clz |
clz(WASMValue value,
Expression expression) |
static I32Ctz |
ctz(WASMValue value,
Expression expression) |
static I32DivS |
div_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32DivU |
div_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Eq |
eq(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Eqz |
eqz(WASMValue value,
Expression expression) |
static I32GeS |
ge_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32GeU |
ge_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32GtS |
gt_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32GtU |
gt_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32LeS |
le_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32LeU |
le_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Load |
load(Alignment alignment,
int offset,
WASMValue ptr,
Expression expression) |
static I32Load |
load(int offset,
WASMValue ptr,
Expression expression) |
static I32Load16S |
load16_s(Alignment alignment,
int offset,
WASMValue ptr,
Expression expression) |
static I32Load16S |
load16_s(int offset,
WASMValue ptr,
Expression expression) |
static I32Load16U |
load16_u(Alignment alignment,
int offset,
WASMValue ptr,
Expression expression) |
static I32Load16U |
load16_u(int offset,
WASMValue ptr,
Expression expression) |
static I32Load8S |
load8_s(Alignment alignment,
int offset,
WASMValue ptr,
Expression expression) |
static I32Load8S |
load8_s(int offset,
WASMValue ptr,
Expression expression) |
static I32Load8U |
load8_u(Alignment alignment,
int offset,
WASMValue ptr,
Expression expression) |
static I32Load8U |
load8_u(int offset,
WASMValue ptr,
Expression expression) |
static I32LtS |
lt_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32LtU |
lt_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Mul |
mul(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Ne |
ne(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Or |
or(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Popcount |
popcount(WASMValue value,
Expression expression) |
static I32ReinterpretF32 |
reinterpretF32(WASMValue value,
Expression expression) |
static I32RemS |
rem_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32RemU |
rem_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Rotl |
rotl(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Rotr |
rotr(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Shl |
shl(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32ShrS |
shr_s(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32ShrU |
shr_u(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32Sub |
sub(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static I32TruncSF32 |
trunc_sF32(WASMValue value,
Expression expression) |
static I32TruncUF32 |
trunc_uF32(WASMValue value,
Expression expression) |
static I32Xor |
xor(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
public static I32Const c(int aValue, Expression expression)
public static I32Eq eq(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Ne ne(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32GeS ge_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32GeU ge_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32GtS gt_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32GtU gt_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32LeS le_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32LeU le_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32LtS lt_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32LtU lt_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Eqz eqz(WASMValue value, Expression expression)
public static I32Popcount popcount(WASMValue value, Expression expression)
public static I32ReinterpretF32 reinterpretF32(WASMValue value, Expression expression)
public static I32Add add(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32And and(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Or or(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Sub sub(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Mul mul(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32DivS div_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32DivU div_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32RemS rem_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32RemU rem_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Rotl rotl(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Rotr rotr(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Shl shl(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32ShrS shr_s(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32ShrU shr_u(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Xor xor(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static I32Clz clz(WASMValue value, Expression expression)
public static I32Ctz ctz(WASMValue value, Expression expression)
public static I32TruncSF32 trunc_sF32(WASMValue value, Expression expression)
public static I32TruncUF32 trunc_uF32(WASMValue value, Expression expression)
public static I32Load load(Alignment alignment, int offset, WASMValue ptr, Expression expression)
public static I32Load load(int offset, WASMValue ptr, Expression expression)
public static I32Load8S load8_s(Alignment alignment, int offset, WASMValue ptr, Expression expression)
public static I32Load8S load8_s(int offset, WASMValue ptr, Expression expression)
public static I32Load16S load16_s(Alignment alignment, int offset, WASMValue ptr, Expression expression)
public static I32Load16S load16_s(int offset, WASMValue ptr, Expression expression)
public static I32Load8U load8_u(Alignment alignment, int offset, WASMValue ptr, Expression expression)
public static I32Load8U load8_u(int offset, WASMValue ptr, Expression expression)
public static I32Load16U load16_u(Alignment alignment, int offset, WASMValue ptr, Expression expression)
public static I32Load16U load16_u(int offset, WASMValue ptr, Expression expression)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.