public static class ConstExpressions.f32 extends Object
| Constructor and Description |
|---|
f32() |
| Modifier and Type | Method and Description |
|---|---|
static F32Abs |
abs(WASMValue value,
Expression expression) |
static F32Add |
add(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Const |
c(float aValue,
Expression expression) |
static F32Ceil |
ceil(WASMValue value,
Expression expression) |
static F32ConvertSI32 |
convert_sI32(WASMValue value,
Expression expression) |
static F32ConvertUI32 |
convert_uI32(WASMValue value,
Expression expression) |
static F32CopySign |
copysign(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Div |
div(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Eq |
eq(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Floor |
floor(WASMValue value,
Expression expression) |
static F32Ge |
ge(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Gt |
gt(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Le |
le(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Load |
load(Alignment alignment,
int offset,
WASMValue ptr,
Expression expression) |
static F32Load |
load(int offset,
WASMValue ptr,
Expression expression) |
static F32Lt |
lt(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Max |
max(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Min |
min(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Mul |
mul(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Ne |
ne(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Nearest |
nearest(WASMValue value,
Expression expression) |
static F32Neg |
neg(WASMValue value,
Expression expression) |
static F32Sqrt |
sqrt(WASMValue value,
Expression expression) |
static F32Sub |
sub(WASMValue leftValue,
WASMValue rightValue,
Expression expression) |
static F32Trunc |
trunc(WASMValue value,
Expression expression) |
public static F32Const c(float aValue, Expression expression)
public static F32Eq eq(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Ne ne(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Ge ge(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Gt gt(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Le le(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Lt lt(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Abs abs(WASMValue value, Expression expression)
public static F32Add add(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Sub sub(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Max max(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Min min(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Mul mul(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Div div(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32CopySign copysign(WASMValue leftValue, WASMValue rightValue, Expression expression)
public static F32Ceil ceil(WASMValue value, Expression expression)
public static F32Nearest nearest(WASMValue value, Expression expression)
public static F32Neg neg(WASMValue value, Expression expression)
public static F32Sqrt sqrt(WASMValue value, Expression expression)
public static F32Trunc trunc(WASMValue value, Expression expression)
public static F32Floor floor(WASMValue value, Expression expression)
public static F32ConvertSI32 convert_sI32(WASMValue value, Expression expression)
public static F32ConvertUI32 convert_uI32(WASMValue value, Expression expression)
public static F32Load load(Alignment alignment, int offset, WASMValue ptr, Expression expression)
public static F32Load load(int offset, WASMValue ptr, Expression expression)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.