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