Class ConstExpressions.i64
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ConstExpressions.i64
- Enclosing class:
ConstExpressions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic I64Add
static I64And
static I64Const
static I64DivS
static I64Eq
static I64ExtendI32S
extend_i32s
(WasmValue value) static I64GeS
static I64GtS
static I64LeS
static I64LtS
static I64Mul
static I64Ne
static I64Or
static I64ReinterpretF64
reinterpretf64
(WasmValue value) static I64RemS
static I64Shl
static I64ShrS
static I64ShrU
static I64Sub
static I64TruncSF32
trunc_sf32
(WasmValue value) static I64TruncSF64
trunc_sf64
(WasmValue value) static I64Xor
-
Constructor Details
-
i64
public i64()
-
-
Method Details
-
c
-
mul
-
rem_s
-
and
-
shr_s
-
shr_u
-
le_s
-
ge_s
-
gt_s
-
lt_s
-
ne
-
extend_i32s
-
trunc_sf32
-
trunc_sf64
-
sub
-
div_s
-
shl
-
xor
-
add
-
or
-
eq
-
reinterpretf64
-