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

Method visit_i32_load

winch/codegen/src/visitor.rs:2160–2166  ·  view source on GitHub ↗
(&mut self, memarg: MemArg)

Source from the content-addressed store, hash-verified

2158 }
2159
2160 fn visit_i32_load(&mut self, memarg: MemArg) -> Self::Output {
2161 self.emit_wasm_load(
2162 &memarg,
2163 WasmValType::I32,
2164 LoadKind::Operand(OperandSize::S32),
2165 )
2166 }
2167
2168 fn visit_i32_load8_s(&mut self, memarg: MemArg) -> Self::Output {
2169 self.emit_wasm_load(

Callers

nothing calls this directly

Calls 2

emit_wasm_loadMethod · 0.80
OperandEnum · 0.50

Tested by

no test coverage detected