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

Issue 2797923006: [ARM] Implement D-register versions of vzip, vuzp, and vtrn. (Closed)

Created:
3 years, 8 months ago by bbudge
Modified:
3 years, 8 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[ARM] Implement D-register versions of vzip, vuzp, and vtrn. LOG=N BUG=v8:6020 Review-Url: https://codereview.chromium.org/2797923006 Cr-Original-Commit-Position: refs/heads/master@{#44536} Committed: https://chromium.googlesource.com/v8/v8/+/6588187ae3acaa5b40762c539ee9fe355551bea3 Review-Url: https://codereview.chromium.org/2797923006 Cr-Commit-Position: refs/heads/master@{#44540} Committed: https://chromium.googlesource.com/v8/v8/+/5f7e633113d4230613a893b482eae7707c543fa7

Patch Set 1 : Initial #

Total comments: 4

Patch Set 2 : Templatize simulator code, streamline assembler reg code splitting. #

Patch Set 3 : Fix compile. #

Patch Set 4 : Rebase. #

Patch Set 5 : Remove tests for vzip.32 / vuzp.32 - these are pseudo ops for vtrn.32. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+726 lines, -809 lines) Patch
M src/arm/assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 5 chunks +62 lines, -40 lines 0 comments Download
M src/arm/disasm-arm.cc View 3 chunks +97 lines, -94 lines 0 comments Download
M src/arm/simulator-arm.h View 1 1 chunk +4 lines, -8 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 44 chunks +486 lines, -664 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 2 3 4 8 chunks +68 lines, -3 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (26 generated)
bbudge
martyn for ARM benedikt for test OWNERS
3 years, 8 months ago (2017-04-06 00:56:45 UTC) #4
martyn.capewell
https://codereview.chromium.org/2797923006/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/2797923006/diff/1/src/arm/assembler-arm.cc#newcode4740 src/arm/assembler-arm.cc:4740: if (reg_type == NEON_Q) { This idiom may become ...
3 years, 8 months ago (2017-04-06 13:09:50 UTC) #7
bbudge
https://codereview.chromium.org/2797923006/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/2797923006/diff/1/src/arm/assembler-arm.cc#newcode4740 src/arm/assembler-arm.cc:4740: if (reg_type == NEON_Q) { On 2017/04/06 13:09:49, martyn.capewell ...
3 years, 8 months ago (2017-04-06 17:49:43 UTC) #10
bbudge
This is ready - PTAL.
3 years, 8 months ago (2017-04-09 18:47:28 UTC) #17
martyn.capewell
Those new accessors tidy things up nicely. lgtm
3 years, 8 months ago (2017-04-10 10:05:06 UTC) #18
Benedikt Meurer
LGTM (rubber-stamped)
3 years, 8 months ago (2017-04-10 10:28:33 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/2797923006/60001
3 years, 8 months ago (2017-04-10 17:34:00 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/v8/v8/+/6588187ae3acaa5b40762c539ee9fe355551bea3
3 years, 8 months ago (2017-04-10 17:56:54 UTC) #25
bbudge
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2810703003/ by bbudge@chromium.org. ...
3 years, 8 months ago (2017-04-10 19:59:59 UTC) #26
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/2797923006/80001
3 years, 8 months ago (2017-04-10 21:39:29 UTC) #34
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 21:41:10 UTC) #37
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/5f7e633113d4230613a893b482eae7707c5...

Powered by Google App Engine
This is Rietveld 408576698