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

Method xmov_lr

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

Source from the content-addressed store, hash-verified

3151 }
3152
3153 fn xmov_lr(&mut self, dst: XReg) -> ControlFlow<Done> {
3154 let lr = self.state.lr;
3155 self.state[dst].set_ptr(lr);
3156 ControlFlow::Continue(())
3157 }
3158
3159 fn fmov(&mut self, dst: FReg, src: FReg) -> ControlFlow<Done> {
3160 let val = self.state[src];

Callers

nothing calls this directly

Calls 1

set_ptrMethod · 0.80

Tested by

no test coverage detected