Searched refs:WASM_OPCODE_I32_ADD (Results 1 – 5 of 5) sorted by relevance
364 : WASM_OPCODE_I32_ADD; in generateRelocationCode()391 is64 ? WASM_OPCODE_I64_ADD : WASM_OPCODE_I32_ADD; in generateRelocationCode()
884 writeU8(os, WASM_OPCODE_I32_ADD, "add"); in createInitMemoryFunction()980 writeU8(os, WASM_OPCODE_I32_ADD, "i32.add"); in createInitMemoryFunction()
294 : WASM_OPCODE_I32_ADD; in generateRelocationCode()
256 WASM_OPCODE_I32_ADD = 0x6a, enumerator
275 WASM_OPCODE_I32_ADD = 0x6a, enumerator