Class ConstExpressions.f32
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions.f32
- Enclosing class:
ConstExpressions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic F32Add
static F32Const
c
(float aValue) static F32Ceil
static F32ConvertSI32
convert_si32
(WasmValue value) static F32ConvertSI64
convert_si64
(WasmValue value) static F32CopySign
static F32DemoteF64
demote_f64
(WasmValue value) static F32Div
static F32Eq
static F32Floor
static F32Ge
static F32Gt
static F32Le
static F32Lt
static F32Max
static F32Min
static F32Mul
static F32Ne
static F32Nearest
static F32Neg
static F32ReinterpretI32
reinterpreti32
(WasmValue value) static F32Sqrt
static F32Sub
static F32Trunc
-
Constructor Details
-
f32
public f32()
-
-
Method Details
-
c
-
eq
-
ne
-
ge
-
gt
-
le
-
lt
-
add
-
sub
-
max
-
min
-
mul
-
div
-
copysign
-
ceil
-
nearest
-
neg
-
sqrt
-
trunc
-
floor
-
convert_si32
-
convert_si64
-
demote_f64
-
reinterpreti32
-