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

Issue 19776007: Enables a SIMD test for ARM. (Closed)

Created:
7 years, 5 months ago by zra
Modified:
7 years, 5 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, Cutch
Visibility:
Public.

Description

Enables a SIMD test for ARM. Required adding the veorq, vmovq, and vdup instructions. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=25165

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+705 lines, -44 lines) Patch
M runtime/vm/assembler_arm.h View 3 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 chunks +50 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 chunk +221 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 2 chunks +40 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 3 chunks +25 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 5 chunks +310 lines, -33 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 chunks +50 lines, -1 line 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib/typed_data/float32x4_unbox_phi_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
7 years, 5 months ago (2013-07-18 17:46:44 UTC) #1
regis
LGTM Nice! https://codereview.chromium.org/19776007/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/19776007/diff/1/runtime/vm/assembler_arm.cc#newcode1331 runtime/vm/assembler_arm.cc:1331: ASSERT((sz != kDWord) && (sz != kSWord) ...
7 years, 5 months ago (2013-07-18 18:17:21 UTC) #2
zra
https://codereview.chromium.org/19776007/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/19776007/diff/1/runtime/vm/assembler_arm.cc#newcode1331 runtime/vm/assembler_arm.cc:1331: ASSERT((sz != kDWord) && (sz != kSWord) && (sz ...
7 years, 5 months ago (2013-07-18 18:32:08 UTC) #3
zra
7 years, 5 months ago (2013-07-18 18:40:33 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r25165 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698