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