Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_I32_ADD (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/wasm/
DInputChunks.cpp364 : WASM_OPCODE_I32_ADD; in generateRelocationCode()
391 is64 ? WASM_OPCODE_I64_ADD : WASM_OPCODE_I32_ADD; in generateRelocationCode()
DWriter.cpp884 writeU8(os, WASM_OPCODE_I32_ADD, "add"); in createInitMemoryFunction()
980 writeU8(os, WASM_OPCODE_I32_ADD, "i32.add"); in createInitMemoryFunction()
DSyntheticSections.cpp294 : WASM_OPCODE_I32_ADD; in generateRelocationCode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h256 WASM_OPCODE_I32_ADD = 0x6a, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h275 WASM_OPCODE_I32_ADD = 0x6a, enumerator