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

Method xband32_s8

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

Source from the content-addressed store, hash-verified

2270 }
2271
2272 fn xband32_s8(&mut self, dst: XReg, src1: XReg, src2: i8) -> ControlFlow<Done> {
2273 self.xband32_s32(dst, src1, src2.into())
2274 }
2275
2276 fn xband32_s32(&mut self, dst: XReg, src1: XReg, src2: i32) -> ControlFlow<Done> {
2277 let a = self.state[src1].get_i32();

Callers

nothing calls this directly

Calls 1

xband32_s32Method · 0.80

Tested by

no test coverage detected