MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / i64

Method i64

winch/codegen/src/masm.rs:1160–1162  ·  view source on GitHub ↗

Create a new I64 immediate.

(val: i64)

Source from the content-addressed store, hash-verified

1158impl Imm {
1159 /// Create a new I64 immediate.
1160 pub fn i64(val: i64) -> Self {
1161 Self::I64(val as u64)
1162 }
1163
1164 /// Create a new I32 immediate.
1165 pub fn i32(val: i32) -> Self {

Callers 2

mainFunction · 0.45

Calls 2

i64Function · 0.85
ImmEnum · 0.70

Tested by

no test coverage detected