Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h291 WASM_OPCODE_I64_STORE = 0x37, enumerator
/openbsd/src/gnu/llvm/lld/wasm/
DInputChunks.cpp405 is64 ? WASM_OPCODE_I64_STORE : WASM_OPCODE_I32_STORE; in generateRelocationCode()