Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp1150 writeU8(os, WASM_OPCODE_ATOMICS_PREFIX, "atomics prefix"); in createInitMemoryFunction()
1223 writeU8(os, WASM_OPCODE_ATOMICS_PREFIX, "atomics prefix"); in createInitMemoryFunction()
1230 writeU8(os, WASM_OPCODE_ATOMICS_PREFIX, "atomics prefix"); in createInitMemoryFunction()
1245 writeU8(os, WASM_OPCODE_ATOMICS_PREFIX, "atomics prefix"); in createInitMemoryFunction()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h316 WASM_OPCODE_ATOMICS_PREFIX = 0xfe, enumerator