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

Issue 2773303002: [ARM] Implement widening and narrowing integer moves, vmovl, vqmovn. (Closed)

Created:
3 years, 9 months ago by bbudge
Modified:
3 years, 9 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 widening and narrowing integer moves, vmovl, vqmovn. - Fixes vmovl for widening 16 to 32, 32 to 64. - Adds vqmovn. LOG=N BUG=v8:6020 Review-Url: https://codereview.chromium.org/2773303002 Cr-Commit-Position: refs/heads/master@{#44156} Committed: https://chromium.googlesource.com/v8/v8/+/d7a09280d700b9bb44a0f4adba24577294f52885

Patch Set 1 #

Patch Set 2 : Test widest conversions. #

Patch Set 3 : Add some disassembler tests for vmovl. #

Total comments: 6

Patch Set 4 : Martyn's comments. #

Patch Set 5 : Missed file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -58 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 chunk +15 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 4 chunks +17 lines, -8 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 7 chunks +109 lines, -31 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 4 chunks +26 lines, -15 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 2 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (23 generated)
bbudge
3 years, 9 months ago (2017-03-26 23:03:40 UTC) #10
Benedikt Meurer
lgtm
3 years, 9 months ago (2017-03-27 03:23:32 UTC) #15
martyn.capewell
https://codereview.chromium.org/2773303002/diff/40001/src/arm/simulator-arm.cc File src/arm/simulator-arm.cc (right): https://codereview.chromium.org/2773303002/diff/40001/src/arm/simulator-arm.cc#newcode4010 src/arm/simulator-arm.cc:4010: return static_cast<U>(value); This is potentially unsafe for signed types ...
3 years, 9 months ago (2017-03-27 13:19:43 UTC) #16
bbudge
https://codereview.chromium.org/2773303002/diff/40001/src/arm/simulator-arm.cc File src/arm/simulator-arm.cc (right): https://codereview.chromium.org/2773303002/diff/40001/src/arm/simulator-arm.cc#newcode4010 src/arm/simulator-arm.cc:4010: return static_cast<U>(value); On 2017/03/27 13:19:43, martyn.capewell wrote: > This ...
3 years, 9 months ago (2017-03-27 17:48:02 UTC) #21
martyn.capewell
lgtm
3 years, 9 months ago (2017-03-27 18:13:30 UTC) #24
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/2773303002/80001
3 years, 9 months ago (2017-03-27 18:22:24 UTC) #27
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 18:23:50 UTC) #30
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/d7a09280d700b9bb44a0f4adba24577294f...

Powered by Google App Engine
This is Rietveld 408576698