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