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

Issue 1778893004: [wasm] Implementation of Word32PairShr and Word32PairSar on arm. (Closed)

Created:
4 years, 9 months ago by ahaas
Modified:
4 years, 9 months ago
Reviewers:
titzer, Rodolph Perfetta (ARM), v8-arm-ports
CC:
v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@pair-shl-test
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Implementation of Word32PairShr and Word32PairSar on arm. Implementation of https://codereview.chromium.org/1768233002 on arm. R=titzer@chromium.org, v8-arm-ports@googlegroups.com Committed: https://crrev.com/049341f054f1568d5b93f5b55e11c68ae0ffee00 Cr-Commit-Position: refs/heads/master@{#34769}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Use rsb with SetCC instead of an explicit comparison. #

Total comments: 1

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -48 lines) Patch
M src/arm/macro-assembler-arm.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 1 chunk +44 lines, -2 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-64.cc View 1 2 3 4 1 chunk +46 lines, -46 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
ahaas
4 years, 9 months ago (2016-03-10 12:52:42 UTC) #1
Rodolph Perfetta (ARM)
looks good, only a few minor comments https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc#newcode1156 src/arm/macro-assembler-arm.cc:1156: cmp_raw_immediate(shift, 32); ...
4 years, 9 months ago (2016-03-10 14:48:10 UTC) #3
ahaas
https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc#newcode1156 src/arm/macro-assembler-arm.cc:1156: cmp_raw_immediate(shift, 32); On 2016/03/10 at 14:48:10, Rodolph Perfetta (ARM) ...
4 years, 9 months ago (2016-03-10 15:33:35 UTC) #4
ahaas
https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc#newcode1156 src/arm/macro-assembler-arm.cc:1156: cmp_raw_immediate(shift, 32); On 2016/03/10 at 14:48:10, Rodolph Perfetta (ARM) ...
4 years, 9 months ago (2016-03-10 18:00:53 UTC) #5
Rodolph Perfetta
On 2016/03/10 15:33:35, ahaas wrote: > https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc > File src/arm/macro-assembler-arm.cc (right): > > https://codereview.chromium.org/1778893004/diff/1/src/arm/macro-assembler-arm.cc#newcode1156 > ...
4 years, 9 months ago (2016-03-11 14:58:04 UTC) #6
Rodolph Perfetta (ARM)
LGTM, still needs an owner approval. https://codereview.chromium.org/1778893004/diff/20001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/1778893004/diff/20001/src/arm/macro-assembler-arm.cc#newcode1168 src/arm/macro-assembler-arm.cc:1168: nit: did you ...
4 years, 9 months ago (2016-03-11 15:00:42 UTC) #7
titzer
On 2016/03/11 15:00:42, Rodolph Perfetta (ARM) wrote: > LGTM, still needs an owner approval. > ...
4 years, 9 months ago (2016-03-14 09:27:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1778893004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1778893004/80001
4 years, 9 months ago (2016-03-15 06:58:25 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-15 07:15:55 UTC) #12
commit-bot: I haz the power
4 years, 9 months ago (2016-03-15 07:17:48 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/049341f054f1568d5b93f5b55e11c68ae0ffee00
Cr-Commit-Position: refs/heads/master@{#34769}

Powered by Google App Engine
This is Rietveld 408576698