Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Issue 2943773002: [wasm] SIMD/Atomics ops update to use the right prefix opcodes (Closed)

Created:
3 years, 6 months ago by gdeepti
Modified:
3 years, 6 months ago
Reviewers:
bbudge, binji
CC:
bradnelson, v8-reviews_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] SIMD/Atomics ops update to use the right prefix opcodes - Use correct prefixes for SIMD/Atomics ops - S128 LoadMem/StoreMem should not use 0xc0/0xc1 opcodes, these are now being used for sign extension - S128 LoadMem/StoreMem should use prefixed opcodes BUG=v8:6020 Review-Url: https://codereview.chromium.org/2943773002 Cr-Commit-Position: refs/heads/master@{#46016} Committed: https://chromium.googlesource.com/v8/v8/+/631c429f9a90451d0909b88301a0c06e92ef3af5

Patch Set 1 #

Patch Set 2 : Fix shuffle opcode #

Total comments: 4

Patch Set 3 : Ben's review #

Patch Set 4 : Fix opcode names #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -198 lines) Patch
M src/wasm/function-body-decoder.cc View 6 chunks +43 lines, -12 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 2 5 chunks +162 lines, -174 lines 1 comment Download
M src/wasm/wasm-opcodes.cc View 1 2 3 3 chunks +12 lines, -7 lines 0 comments Download
M src/wasm/wasm-text.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 24 (17 generated)
gdeepti
3 years, 6 months ago (2017-06-16 20:49:34 UTC) #5
binji
https://codereview.chromium.org/2943773002/diff/20001/src/wasm/wasm-opcodes.h File src/wasm/wasm-opcodes.h (right): https://codereview.chromium.org/2943773002/diff/20001/src/wasm/wasm-opcodes.h#newcode416 src/wasm/wasm-opcodes.h:416: V(I32AtomicAdd8S, 0xfe01, i_ii) \ The sign-extending atomic operators have ...
3 years, 6 months ago (2017-06-16 21:58:18 UTC) #8
gdeepti
https://codereview.chromium.org/2943773002/diff/20001/src/wasm/wasm-opcodes.h File src/wasm/wasm-opcodes.h (right): https://codereview.chromium.org/2943773002/diff/20001/src/wasm/wasm-opcodes.h#newcode416 src/wasm/wasm-opcodes.h:416: V(I32AtomicAdd8S, 0xfe01, i_ii) \ On 2017/06/16 21:58:18, binji wrote: ...
3 years, 6 months ago (2017-06-16 23:49:29 UTC) #15
binji
atomics lgtm https://codereview.chromium.org/2943773002/diff/60001/src/wasm/wasm-opcodes.h File src/wasm/wasm-opcodes.h (right): https://codereview.chromium.org/2943773002/diff/60001/src/wasm/wasm-opcodes.h#newcode434 src/wasm/wasm-opcodes.h:434: V(I32AtomicCompareExchange, 0xfe48, i_ii) \ CompareExchange actually has ...
3 years, 6 months ago (2017-06-17 00:14:04 UTC) #18
bbudge
Nice, LGTM
3 years, 6 months ago (2017-06-19 18:56:22 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2943773002/60001
3 years, 6 months ago (2017-06-19 18:57:10 UTC) #21
commit-bot: I haz the power
3 years, 6 months ago (2017-06-19 19:23:19 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/631c429f9a90451d0909b88301a0c06e92e...

Powered by Google App Engine
This is Rietveld 408576698