Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriter.cpp942 writeU8(os, WASM_OPCODE_LOCAL_GET, "local.get"); in createInitMemoryFunction()
1111 writeU8(os, WASM_OPCODE_LOCAL_GET, "local.get"); in createCommandExportWrapper()
1145 writeU8(os, WASM_OPCODE_LOCAL_GET, "local.get"); in createInitTLSFunction()
1152 writeU8(os, WASM_OPCODE_LOCAL_GET, "local.get"); in createInitTLSFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h248 WASM_OPCODE_LOCAL_GET = 0x20, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h265 WASM_OPCODE_LOCAL_GET = 0x20, enumerator