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

Issue 2780713003: MIPS[64]: Support for some SIMD operations (3) (Closed)

Created:
3 years, 8 months ago by dusan.simicic
Modified:
3 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS[64]: Support for some SIMD operations (3) Add support for I32x4Mul, I32x4MaxS, I32x4MinS, I32x4Eq, I32x4Ne, I32x4Shl, I32x4ShrS, I32x4ShrU, I32x4MaxU, I32x4MinU, S32x4Select operations for mips32 and mips64 architectures BUG= Review-Url: https://codereview.chromium.org/2780713003 Cr-Commit-Position: refs/heads/master@{#44559} Committed: https://chromium.googlesource.com/v8/v8/+/2468dacd69687346a02d2fe670b89e07a553eb4f

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 2

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -14 lines) Patch
M src/compiler/instruction-selector.cc View 1 2 3 chunks +8 lines, -4 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 2 1 chunk +12 lines, -1 line 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 2 2 chunks +50 lines, -0 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 2 1 chunk +12 lines, -1 line 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 2 chunks +50 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 7 chunks +16 lines, -8 lines 0 comments Download

Messages

Total messages: 29 (18 generated)
dusan.simicic
PTAL
3 years, 8 months ago (2017-03-28 10:17:15 UTC) #2
bbudge
lgtm
3 years, 8 months ago (2017-03-28 17:18:27 UTC) #3
ivica.bogosavljevic
lgtm https://codereview.chromium.org/2780713003/diff/20001/src/compiler/instruction-selector.cc File src/compiler/instruction-selector.cc (right): https://codereview.chromium.org/2780713003/diff/20001/src/compiler/instruction-selector.cc#newcode2114 src/compiler/instruction-selector.cc:2114: !V8_TARGET_ARCH_MIPS64 What will happen if MIPS architecture doesn't ...
3 years, 8 months ago (2017-04-05 13:00:53 UTC) #5
dusan.simicic
https://codereview.chromium.org/2780713003/diff/20001/src/compiler/instruction-selector.cc File src/compiler/instruction-selector.cc (right): https://codereview.chromium.org/2780713003/diff/20001/src/compiler/instruction-selector.cc#newcode2114 src/compiler/instruction-selector.cc:2114: !V8_TARGET_ARCH_MIPS64 On 2017/04/05 13:00:53, ivica.bogosavljevic wrote: > What will ...
3 years, 8 months ago (2017-04-05 13:36:33 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/2780713003/40001
3 years, 8 months ago (2017-04-06 14:38:08 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/38600)
3 years, 8 months ago (2017-04-06 14:40:58 UTC) #19
dusan.simicic
+ tebbi for instruction-selector.cc
3 years, 8 months ago (2017-04-06 14:54:51 UTC) #21
dusan.simicic
ping + bmeurer for instruction-selector.cc
3 years, 8 months ago (2017-04-11 09:25:19 UTC) #23
Tobias Tebbi
On 2017/04/11 09:25:19, dusan.simicic wrote: > ping > + bmeurer for instruction-selector.cc Sorry, didn't see ...
3 years, 8 months ago (2017-04-11 10:44:17 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/2780713003/40001
3 years, 8 months ago (2017-04-11 10:46:18 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 11:11:34 UTC) #29
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/2468dacd69687346a02d2fe670b89e07a55...

Powered by Google App Engine
This is Rietveld 408576698