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

Method xbor32_s8

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

Source from the content-addressed store, hash-verified

2304 }
2305
2306 fn xbor32_s8(&mut self, dst: XReg, src1: XReg, src2: i8) -> ControlFlow<Done> {
2307 self.xbor32_s32(dst, src1, src2.into())
2308 }
2309
2310 fn xbor32_s32(&mut self, dst: XReg, src1: XReg, src2: i32) -> ControlFlow<Done> {
2311 let a = self.state[src1].get_i32();

Callers

nothing calls this directly

Calls 1

xbor32_s32Method · 0.80

Tested by

no test coverage detected