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