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

Function GetAlignment

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

Source from the content-addressed store, hash-verified

985}
986
987uint32_t GetAlignment(Address alignment_log2) {
988 return alignment_log2 < 32 ? 1 << alignment_log2 : ~0u;
989}
990
991Result BinaryReaderInterp::OnSimdLoadLaneExpr(Opcode opcode,
992 Index memidx,

Callers 12

OnSimdLoadLaneExprMethod · 0.85
OnSimdStoreLaneExprMethod · 0.85
OnLoadSplatExprMethod · 0.85
OnLoadZeroExprMethod · 0.85
OnAtomicLoadExprMethod · 0.85
OnAtomicStoreExprMethod · 0.85
OnAtomicRmwExprMethod · 0.85
OnLoadExprMethod · 0.85
OnStoreExprMethod · 0.85
OnAtomicWaitExprMethod · 0.85
OnAtomicNotifyExprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected