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

Method xconst64

pulley/src/interp.rs:1696–1699  ·  view source on GitHub ↗
(&mut self, dst: XReg, imm: i64)

Source from the content-addressed store, hash-verified

1694 }
1695
1696 fn xconst64(&mut self, dst: XReg, imm: i64) -> ControlFlow<Done> {
1697 self.state[dst].set_i64(imm);
1698 ControlFlow::Continue(())
1699 }
1700
1701 fn xadd32(&mut self, operands: BinaryOperands<XReg>) -> ControlFlow<Done> {
1702 let a = self.state[operands.src1].get_u32();

Callers

nothing calls this directly

Calls 1

set_i64Method · 0.80

Tested by

no test coverage detected