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

Method xsub32_u8

pulley/src/interp.rs:1758–1760  ·  view source on GitHub ↗
(&mut self, dst: XReg, src1: XReg, src2: u8)

Source from the content-addressed store, hash-verified

1756 }
1757
1758 fn xsub32_u8(&mut self, dst: XReg, src1: XReg, src2: u8) -> ControlFlow<Done> {
1759 self.xsub32_u32(dst, src1, src2.into())
1760 }
1761
1762 fn xsub32_u32(&mut self, dst: XReg, src1: XReg, src2: u32) -> ControlFlow<Done> {
1763 let a = self.state[src1].get_u32();

Callers

nothing calls this directly

Calls 1

xsub32_u32Method · 0.80

Tested by

no test coverage detected