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

Method xone

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

Source from the content-addressed store, hash-verified

1679 }
1680
1681 fn xone(&mut self, dst: XReg) -> ControlFlow<Done> {
1682 self.state[dst].set_i64(1);
1683 ControlFlow::Continue(())
1684 }
1685
1686 fn xconst16(&mut self, dst: XReg, imm: i16) -> ControlFlow<Done> {
1687 self.state[dst].set_i64(i64::from(imm));

Callers

nothing calls this directly

Calls 1

set_i64Method · 0.80

Tested by

no test coverage detected