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

Method xmov_fp

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

Source from the content-addressed store, hash-verified

3145 }
3146
3147 fn xmov_fp(&mut self, dst: XReg) -> ControlFlow<Done> {
3148 let fp = self.state.fp;
3149 self.state[dst].set_ptr(fp);
3150 ControlFlow::Continue(())
3151 }
3152
3153 fn xmov_lr(&mut self, dst: XReg) -> ControlFlow<Done> {
3154 let lr = self.state.lr;

Callers

nothing calls this directly

Calls 1

set_ptrMethod · 0.80

Tested by

no test coverage detected