Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.F32Mul
-
Packages that use F32Mul Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of F32Mul in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return F32Mul Modifier and Type Method Description static F32Mul
ConstExpressions.f32. mul(WasmValue leftValue, WasmValue rightValue)
-