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

Method visit_v128_const

winch/codegen/src/visitor.rs:2863–2866  ·  view source on GitHub ↗
(&mut self, val: V128)

Source from the content-addressed store, hash-verified

2861 M: MacroAssembler,
2862{
2863 fn visit_v128_const(&mut self, val: V128) -> Self::Output {
2864 self.context.stack.push(Val::v128(val.i128()));
2865 Ok(())
2866 }
2867
2868 fn visit_v128_load(&mut self, memarg: MemArg) -> Self::Output {
2869 self.emit_wasm_load(

Callers

nothing calls this directly

Calls 3

v128Function · 0.85
OkFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected