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

Method set_i64

pulley/src/interp.rs:494–496  ·  view source on GitHub ↗
(&mut self, x: i64)

Source from the content-addressed store, hash-verified

492 }
493
494 pub fn set_i64(&mut self, x: i64) {
495 self.0.i64 = x.to_le();
496 }
497
498 pub fn set_u64(&mut self, x: u64) {
499 self.0.u64 = x.to_le();

Callers 15

new_i64Method · 0.80
xconst8Method · 0.80
xzeroMethod · 0.80
xoneMethod · 0.80
xconst16Method · 0.80
xconst32Method · 0.80
xconst64Method · 0.80
xmul64_s32Method · 0.80
xshr64_sMethod · 0.80
xshr64_s_u6Method · 0.80
xneg64Method · 0.80
sext8Method · 0.80

Calls 1

to_leMethod · 0.80

Tested by

no test coverage detected