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