Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_ATOMIC_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h268 WASM_OPCODE_ATOMIC_NOTIFY = 0x00, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h289 WASM_OPCODE_ATOMIC_NOTIFY = 0x00, enumerator
/external/llvm-project/lld/wasm/
DWriter.cpp1005 writeUleb128(os, WASM_OPCODE_ATOMIC_NOTIFY, "atomic.notify"); in createInitMemoryFunction()