MCPcopy Create free account
hub / github.com/WebAssembly/wabt / OnLoadSplatExpr

Method OnLoadSplatExpr

src/interp/binary-reader-interp.cc:1021–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021Result BinaryReaderInterp::OnLoadSplatExpr(Opcode opcode,
1022 Index memidx,
1023 Address align_log2,
1024 Address offset) {
1025 CHECK_RESULT(validator_.OnLoadSplat(GetLocation(), opcode,
1026 Var(memidx, GetLocation()),
1027 GetAlignment(align_log2), offset));
1028 istream_.Emit(opcode, memidx, offset);
1029 return Result::Ok;
1030}
1031
1032Result BinaryReaderInterp::OnLoadZeroExpr(Opcode opcode,
1033 Index memidx,

Callers

nothing calls this directly

Calls 4

GetAlignmentFunction · 0.85
OnLoadSplatMethod · 0.80
EmitMethod · 0.80
VarClass · 0.50

Tested by

no test coverage detected