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

Method set_u32

pulley/src/interp.rs:490–492  ·  view source on GitHub ↗
(&mut self, x: u32)

Source from the content-addressed store, hash-verified

488 }
489
490 pub fn set_u32(&mut self, x: u32) {
491 self.0.u32 = x.to_le();
492 }
493
494 pub fn set_i64(&mut self, x: i64) {
495 self.0.i64 = x.to_le();

Callers 15

new_u32Method · 0.45
xadd32Method · 0.45
xadd32_u32Method · 0.45
xmadd32Method · 0.45
xsub32Method · 0.45
xsub32_u32Method · 0.45
xmul32Method · 0.45
xshl32Method · 0.45
xshr32_uMethod · 0.45
xshl32_u6Method · 0.45
xshr32_u_u6Method · 0.45
xeq64Method · 0.45

Calls 1

to_leMethod · 0.80

Tested by

no test coverage detected