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

Issue 2629223005: [ARM] Add Neon shift instructions vshl, vshr. (Closed)

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

Description

[ARM] Add Neon shift instructions vshl, vshr. LOG=N BUG=v8:4124 Review-Url: https://codereview.chromium.org/2629223005 Cr-Commit-Position: refs/heads/master@{#42610} Committed: https://chromium.googlesource.com/v8/v8/+/67244dcef1324fe790630cc51e8b4116c4916e15

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Add vshl, vshr back. #

Patch Set 4 : Working with new NeonDataType enum. #

Total comments: 4

Patch Set 5 : Review comments. #

Total comments: 2

Patch Set 6 : Fix arithmeticRightShift. #

Patch Set 7 : Switch to ArithmeticShiftRight in utils. #

Patch Set 8 : Fix DCHECK in ArithmeticShiftRight. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -9 lines) Patch
M src/arm/assembler-arm.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 4 1 chunk +42 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 2 3 4 2 chunks +28 lines, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 5 6 3 chunks +117 lines, -1 line 0 comments Download
M src/utils.h View 1 2 3 4 5 6 7 1 chunk +12 lines, -7 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 3 chunks +34 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (28 generated)
bbudge
3 years, 11 months ago (2017-01-18 17:19:13 UTC) #10
martyn.capewell
https://codereview.chromium.org/2629223005/diff/60001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/2629223005/diff/60001/src/arm/assembler-arm.cc#newcode4433 src/arm/assembler-arm.cc:4433: int imm6 = size_in_bits + shift; The encoding of ...
3 years, 11 months ago (2017-01-19 14:04:27 UTC) #11
bbudge
https://codereview.chromium.org/2629223005/diff/60001/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/2629223005/diff/60001/src/arm/assembler-arm.cc#newcode4433 src/arm/assembler-arm.cc:4433: int imm6 = size_in_bits + shift; On 2017/01/19 14:04:27, ...
3 years, 11 months ago (2017-01-19 22:19:43 UTC) #14
martyn.capewell
https://codereview.chromium.org/2629223005/diff/80001/src/arm/simulator-arm.cc File src/arm/simulator-arm.cc (right): https://codereview.chromium.org/2629223005/diff/80001/src/arm/simulator-arm.cc#newcode576 src/arm/simulator-arm.cc:576: return x >> shift | ~(~0U >> shift); x ...
3 years, 11 months ago (2017-01-20 11:35:57 UTC) #17
martyn.capewell
Rodolph just pointed out the ArithmeticShiftRight() function in utils.h; it's not templated and exploits potentially ...
3 years, 11 months ago (2017-01-20 16:14:37 UTC) #18
bbudge
https://codereview.chromium.org/2629223005/diff/80001/src/arm/simulator-arm.cc File src/arm/simulator-arm.cc (right): https://codereview.chromium.org/2629223005/diff/80001/src/arm/simulator-arm.cc#newcode576 src/arm/simulator-arm.cc:576: return x >> shift | ~(~0U >> shift); On ...
3 years, 11 months ago (2017-01-20 16:56:23 UTC) #19
bbudge
Switched to use fixed ArithmeticRightShift in utils.h
3 years, 11 months ago (2017-01-21 16:21:14 UTC) #26
martyn.capewell
lgtm
3 years, 11 months ago (2017-01-22 17:16:53 UTC) #33
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/2629223005/140001
3 years, 11 months ago (2017-01-23 17:46:26 UTC) #35
commit-bot: I haz the power
3 years, 11 months ago (2017-01-23 18:24:36 UTC) #38
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/v8/v8/+/67244dcef1324fe790630cc51e8b4116c49...

Powered by Google App Engine
This is Rietveld 408576698