Class ConstExpressions.f64
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions.f64
-
- Enclosing class:
- ConstExpressions
public static class ConstExpressions.f64 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description f64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static F64Add
add(WasmValue leftValue, WasmValue rightValue)
static F64Const
c(double aValue)
static F64ConvertSI32
convert_si32(WasmValue value)
static F64ConvertSI64
convert_si64(WasmValue value)
static F64Div
div(WasmValue leftValue, WasmValue rightValue)
static F64Eq
eq(WasmValue leftValue, WasmValue rightValue)
static F64Ge
ge(WasmValue leftValue, WasmValue rightValue)
static F64Gt
gt(WasmValue leftValue, WasmValue rightValue)
static F64Le
le(WasmValue leftValue, WasmValue rightValue)
static F64Lt
lt(WasmValue leftValue, WasmValue rightValue)
static F64Mul
mul(WasmValue leftValue, WasmValue rightValue)
static F64Ne
ne(WasmValue leftValue, WasmValue rightValue)
static F64Neg
neg(WasmValue value)
static F64PromoteF32
promote_f32(WasmValue value)
static F64ReinterpretI64
reinterpreti64(WasmValue value)
static F64Sub
sub(WasmValue leftValue, WasmValue rightValue)
static F64Trunc
trunc(WasmValue value)
-
-
-
Method Detail
-
c
public static F64Const c(double aValue)
-
convert_si32
public static F64ConvertSI32 convert_si32(WasmValue value)
-
convert_si64
public static F64ConvertSI64 convert_si64(WasmValue value)
-
promote_f32
public static F64PromoteF32 promote_f32(WasmValue value)
-
reinterpreti64
public static F64ReinterpretI64 reinterpreti64(WasmValue value)
-
-