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

Method xzero

pulley/src/interp.rs:1676–1679  ·  view source on GitHub ↗
(&mut self, dst: XReg)

Source from the content-addressed store, hash-verified

1674 }
1675
1676 fn xzero(&mut self, dst: XReg) -> ControlFlow<Done> {
1677 self.state[dst].set_i64(0);
1678 ControlFlow::Continue(())
1679 }
1680
1681 fn xone(&mut self, dst: XReg) -> ControlFlow<Done> {
1682 self.state[dst].set_i64(1);

Callers

nothing calls this directly

Calls 1

set_i64Method · 0.80

Tested by

no test coverage detected