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

Issue 2937653002: [ia32][wasm] Add I8x16/I16x8 Splat/ExtractLane/ReplaceLane (Closed)

Created:
3 years, 6 months ago by Jing
Modified:
3 years, 5 months ago
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[ia32][wasm] Add I8x16/I16x8 Splat/ExtractLane/ReplaceLane Add Pxor, Pshuflw, Pshufb, Pextrb, Pextrw macros Reconstruct SIMD opcodes to macros BUG= Review-Url: https://codereview.chromium.org/2937653002 Cr-Commit-Position: refs/heads/master@{#46400} Committed: https://chromium.googlesource.com/v8/v8/+/23c2edd42b003a00aab6b4a249d1861cf7e877cc

Patch Set 1 #

Total comments: 3

Patch Set 2 : Change ordering as they are in wasm-opcodes.h #

Patch Set 3 : Change ordering as they are in compiler/opcodes.h #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -50 lines) Patch
M src/compiler/ia32/code-generator-ia32.cc View 1 2 3 4 1 chunk +55 lines, -8 lines 0 comments Download
M src/compiler/ia32/instruction-codes-ia32.h View 1 2 1 chunk +11 lines, -3 lines 0 comments Download
M src/compiler/ia32/instruction-scheduler-ia32.cc View 1 2 1 chunk +10 lines, -2 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 2 chunks +50 lines, -27 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 2 chunks +12 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 4 2 chunks +61 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 3 4 3 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
Jing
For the v8_android_chromium_gn_dbg check failure, it seems unrelated to my patch, so I publish it ...
3 years, 6 months ago (2017-06-13 06:13:26 UTC) #2
bbudge
https://codereview.chromium.org/2937653002/diff/1/src/compiler/ia32/code-generator-ia32.cc File src/compiler/ia32/code-generator-ia32.cc (right): https://codereview.chromium.org/2937653002/diff/1/src/compiler/ia32/code-generator-ia32.cc#newcode1903 src/compiler/ia32/code-generator-ia32.cc:1903: case kIA32I16x8Splat: { Follow the order in wasm-opcodes.h. https://codereview.chromium.org/2937653002/diff/1/src/compiler/ia32/instruction-codes-ia32.h ...
3 years, 6 months ago (2017-06-13 22:08:21 UTC) #3
Jing
Reordered the opcodes. Are they in the right order now?
3 years, 6 months ago (2017-06-14 02:48:52 UTC) #4
bbudge
On 2017/06/14 02:48:52, Jing wrote: > Reordered the opcodes. Are they in the right order ...
3 years, 6 months ago (2017-06-14 16:28:45 UTC) #5
Jing
Is that what you mean?
3 years, 6 months ago (2017-06-15 02:10:53 UTC) #6
bbudge
LGTM Thanks!
3 years, 6 months ago (2017-06-16 21:55:19 UTC) #7
Jing
Hi Benedikt and Trofin,PTAL.Thanks!
3 years, 6 months ago (2017-06-21 03:08:17 UTC) #8
Jing
On 2017/06/21 03:08:17, Jing wrote: > Hi Benedikt and Trofin,PTAL.Thanks! Ping Benedikt and Trofin, PTAL. ...
3 years, 5 months ago (2017-06-27 02:08:31 UTC) #9
Jing
On 2017/06/27 02:08:31, Jing wrote: > On 2017/06/21 03:08:17, Jing wrote: > > Hi Benedikt ...
3 years, 5 months ago (2017-07-04 05:18:27 UTC) #10
Benedikt Meurer
sorry for the delay. LGTM!
3 years, 5 months ago (2017-07-05 04:06:05 UTC) #11
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/2937653002/80001
3 years, 5 months ago (2017-07-05 05:10:52 UTC) #14
commit-bot: I haz the power
3 years, 5 months ago (2017-07-05 05:38:18 UTC) #17
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/23c2edd42b003a00aab6b4a249d1861cf7e...

Powered by Google App Engine
This is Rietveld 408576698