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

Issue 19290006: Implements ARM SIMD multiplication and subtraction instructions. (Closed)

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

Description

Implements ARM SIMD multiplication and subtraction instructions. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=25052

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+544 lines, -31 lines) Patch
M runtime/vm/assembler_arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 14 chunks +418 lines, -17 lines 0 comments Download
M runtime/vm/constants_arm.h View 1 1 chunk +11 lines, -2 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 2 chunks +28 lines, -8 lines 1 comment Download
M runtime/vm/simulator_arm.cc View 4 chunks +61 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
zra
7 years, 5 months ago (2013-07-15 23:42:41 UTC) #1
regis
LGTM with a few suggestions. https://codereview.chromium.org/19290006/diff/1/runtime/vm/assembler_arm_test.cc File runtime/vm/assembler_arm_test.cc (right): https://codereview.chromium.org/19290006/diff/1/runtime/vm/assembler_arm_test.cc#newcode1745 runtime/vm/assembler_arm_test.cc:1745: __ vmovsr(S3, R0); Being ...
7 years, 5 months ago (2013-07-16 00:23:30 UTC) #2
zra
Thanks! https://codereview.chromium.org/19290006/diff/1/runtime/vm/assembler_arm_test.cc File runtime/vm/assembler_arm_test.cc (right): https://codereview.chromium.org/19290006/diff/1/runtime/vm/assembler_arm_test.cc#newcode1745 runtime/vm/assembler_arm_test.cc:1745: __ vmovsr(S3, R0); On 2013/07/16 00:23:30, regis wrote: ...
7 years, 5 months ago (2013-07-16 16:11:01 UTC) #3
zra
Committed patchset #2 manually as r25052 (presubmit successful).
7 years, 5 months ago (2013-07-16 16:14:00 UTC) #4
regis
7 years, 5 months ago (2013-07-16 16:57:38 UTC) #5
Message was sent while issue was closed.
Thanks for making all these changes!
One more, maybe :-)

https://codereview.chromium.org/19290006/diff/8001/runtime/vm/disassembler_ar...
File runtime/vm/disassembler_arm.cc (right):

https://codereview.chromium.org/19290006/diff/8001/runtime/vm/disassembler_ar...
runtime/vm/disassembler_arm.cc:1282: Format(instr, "vaddqi'sz 'qd, 'qn, 'qm");
Isn't the 'i' redundant, since it is replaced by b, h, or w?

Powered by Google App Engine
This is Rietveld 408576698