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

Issue 2744643004: [ia32] Add some SSE2, SSE4 instructions and AVX version for SIMD (Closed)

Created:
3 years, 9 months ago by Jing
Modified:
3 years, 9 months ago
Reviewers:
Benedikt Meurer, bbudge
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ia32] Add some SSE2, SSE4 instructions and AVX version for SIMD Add instructions in following format: instr(xmm, xmm/mem) vinstr(xmm, xmm, xmm/mem) BUG= Review-Url: https://codereview.chromium.org/2744643004 Cr-Commit-Position: refs/heads/master@{#43760} Committed: https://chromium.googlesource.com/v8/v8/+/3800ba6cc7b083c720235770eb29afc04da31ae3

Patch Set 1 #

Total comments: 4

Patch Set 2 : Move punpckldq/punpckhdq to LIST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -140 lines) Patch
M src/ia32/assembler-ia32.h View 1 4 chunks +27 lines, -7 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 3 chunks +11 lines, -54 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 5 chunks +49 lines, -72 lines 0 comments Download
M src/ia32/sse-instr.h View 1 1 chunk +46 lines, -1 line 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 3 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Jing
3 years, 9 months ago (2017-03-10 13:51:12 UTC) #2
bbudge
Overall, this looks good. Just a few comments. https://codereview.chromium.org/2744643004/diff/1/src/ia32/assembler-ia32.h File src/ia32/assembler-ia32.h (left): https://codereview.chromium.org/2744643004/diff/1/src/ia32/assembler-ia32.h#oldcode1030 src/ia32/assembler-ia32.h:1030: void ...
3 years, 9 months ago (2017-03-10 19:56:15 UTC) #3
Jing
https://codereview.chromium.org/2744643004/diff/1/src/ia32/assembler-ia32.h File src/ia32/assembler-ia32.h (left): https://codereview.chromium.org/2744643004/diff/1/src/ia32/assembler-ia32.h#oldcode1030 src/ia32/assembler-ia32.h:1030: void pcmpeqd(XMMRegister dst, XMMRegister src); On 2017/03/10 19:56:15, bbudge ...
3 years, 9 months ago (2017-03-13 03:23:28 UTC) #4
Benedikt Meurer
Very nice. LGTM!
3 years, 9 months ago (2017-03-13 08:19:28 UTC) #5
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/2744643004/20001
3 years, 9 months ago (2017-03-14 01:37:36 UTC) #7
commit-bot: I haz the power
3 years, 9 months ago (2017-03-14 02:00:21 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/3800ba6cc7b083c720235770eb29afc04da...

Powered by Google App Engine
This is Rietveld 408576698