Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_I32_ATOMIC_STORE (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h319 WASM_OPCODE_I32_ATOMIC_STORE = 0x17, enumerator
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp1249 writeUleb128(os, WASM_OPCODE_I32_ATOMIC_STORE, "i32.atomic.store"); in createInitMemoryFunction()