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

Method visit_i64_load

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

Source from the content-addressed store, hash-verified

2258 }
2259
2260 fn visit_i64_load(&mut self, memarg: MemArg) -> Self::Output {
2261 self.emit_wasm_load(
2262 &memarg,
2263 WasmValType::I64,
2264 LoadKind::Operand(OperandSize::S64),
2265 )
2266 }
2267
2268 fn visit_i64_store(&mut self, memarg: MemArg) -> Self::Output {
2269 self.emit_wasm_store(&memarg, StoreKind::Operand(OperandSize::S64))

Callers

nothing calls this directly

Calls 2

emit_wasm_loadMethod · 0.80
OperandEnum · 0.50

Tested by

no test coverage detected