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

Issue 2139513002: [Turbofan] Support 128 bit moves/swaps for x64. (Closed)

Created:
4 years, 5 months ago by bbudge
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com, Jarin
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Turbofan] Support 128 bit moves/swaps for x64. LOG=N BUG=v8:4124 Committed: https://crrev.com/56d013d48166e4df94c7a17d4bee5d87d15be3fa Cr-Commit-Position: refs/heads/master@{#37654}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add Movups to macro assembler. #

Patch Set 3 : Remove DCHECK's that are never fired. #

Patch Set 4 : Remove unused signature. #

Total comments: 2

Patch Set 5 : Macroassembler supports xorps/vxorps. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -20 lines) Patch
M src/compiler/x64/code-generator-x64.cc View 1 2 3 4 2 chunks +61 lines, -19 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 4 2 chunks +43 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
bbudge
4 years, 5 months ago (2016-07-10 16:54:54 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/2139513002/diff/1/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/2139513002/diff/1/src/compiler/x64/code-generator-x64.cc#newcode2365 src/compiler/x64/code-generator-x64.cc:2365: if (rep != MachineRepresentation::kSimd128) { Can't we always do ...
4 years, 5 months ago (2016-07-10 17:21:06 UTC) #3
bbudge
https://codereview.chromium.org/2139513002/diff/1/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/2139513002/diff/1/src/compiler/x64/code-generator-x64.cc#newcode2365 src/compiler/x64/code-generator-x64.cc:2365: if (rep != MachineRepresentation::kSimd128) { On 2016/07/10 17:21:06, Benedikt ...
4 years, 5 months ago (2016-07-10 22:45:22 UTC) #4
Benedikt Meurer
Thanks. LGTM once xorps is addressed. https://codereview.chromium.org/2139513002/diff/60001/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/2139513002/diff/60001/src/compiler/x64/code-generator-x64.cc#newcode2443 src/compiler/x64/code-generator-x64.cc:2443: __ xorps(kScratchDoubleReg, dst); ...
4 years, 5 months ago (2016-07-11 03:43:18 UTC) #5
bbudge
https://codereview.chromium.org/2139513002/diff/60001/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/2139513002/diff/60001/src/compiler/x64/code-generator-x64.cc#newcode2443 src/compiler/x64/code-generator-x64.cc:2443: __ xorps(kScratchDoubleReg, dst); // scratch contains src ^ dst. ...
4 years, 5 months ago (2016-07-11 17:52:44 UTC) #6
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/2139513002/80001
4 years, 5 months ago (2016-07-11 18:08:42 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-11 18:18:22 UTC) #10
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-11 18:18:24 UTC) #11
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 18:22:01 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/56d013d48166e4df94c7a17d4bee5d87d15be3fa
Cr-Commit-Position: refs/heads/master@{#37654}

Powered by Google App Engine
This is Rietveld 408576698