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

Issue 2780503002: MIPS[64]: Support for some SIMD operations (2) (Closed)

Created:
3 years, 8 months ago by dusan.simicic
Modified:
3 years, 8 months ago
Reviewers:
ivica.bogosavljevic, v8-mips-ports, bbudge, Mircea Trofin, titzer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS[64]: Support for some SIMD operations (2) Add support for F32x4Splat, F32x4ExtractLane, F32x4ReplaceLane, F32x4SConvertI32x4, F32x4UConvertI32x4 operations for mips32 and mips64 architectures. BUG= Note: Depends on https://codereview.chromium.org/2753903004/ Review-Url: https://codereview.chromium.org/2780503002 Cr-Commit-Position: refs/heads/master@{#44359} Committed: https://chromium.googlesource.com/v8/v8/+/5606d50ff69cc508e469c1b6f45223e99bdf6908

Patch Set 1 #

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -4 lines) Patch
M src/compiler/instruction-selector.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 1 chunk +20 lines, -0 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 1 chunk +20 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 19 (11 generated)
dusan.simicic
PTAL
3 years, 8 months ago (2017-03-27 14:25:34 UTC) #2
bbudge
lgtm I think MIPS 32 bit floating point registers combine to form larger registers. If ...
3 years, 8 months ago (2017-03-27 17:18:25 UTC) #3
dusan.simicic
On 2017/03/27 17:18:25, bbudge wrote: > lgtm > > I think MIPS 32 bit floating ...
3 years, 8 months ago (2017-03-28 09:48:19 UTC) #4
bbudge
On 2017/03/28 09:48:19, dusan.simicic wrote: > On 2017/03/27 17:18:25, bbudge wrote: > > lgtm > ...
3 years, 8 months ago (2017-03-28 15:39:37 UTC) #5
dusan.simicic
PS2: rebased and changed opcode names according to https://codereview.chromium.org/2776753004/ + mtrofin for instruction-selector.cc
3 years, 8 months ago (2017-04-03 09:23:42 UTC) #8
Mircea Trofin
On 2017/04/03 09:23:42, dusan.simicic wrote: > PS2: rebased and changed opcode names according to > ...
3 years, 8 months ago (2017-04-03 13:44:30 UTC) #9
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/2780503002/20001
3 years, 8 months ago (2017-04-04 07:01:40 UTC) #16
commit-bot: I haz the power
3 years, 8 months ago (2017-04-04 07:03:13 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/5606d50ff69cc508e469c1b6f45223e99bd...

Powered by Google App Engine
This is Rietveld 408576698