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

Issue 15822008: Implements intrinsics for ARM. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1566 lines, -110 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 3 4 3 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 3 4 4 chunks +46 lines, -3 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 2 3 4 69 chunks +104 lines, -71 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 4 2 chunks +1377 lines, -32 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
7 years, 6 months ago (2013-05-28 20:28:37 UTC) #1
regis
LGTM https://codereview.chromium.org/15822008/diff/16017/runtime/vm/assembler_arm_test.cc File runtime/vm/assembler_arm_test.cc (right): https://codereview.chromium.org/15822008/diff/16017/runtime/vm/assembler_arm_test.cc#newcode235 runtime/vm/assembler_arm_test.cc:235: __ eor(R0, R0, ShifterOperand(R0), VC); mov(R0, ShifterOperand(0), VC) ...
7 years, 6 months ago (2013-05-28 22:01:44 UTC) #2
zra
Thanks! I also changed mov(PC, LR) to bx(LR) in the assembler tests. https://codereview.chromium.org/15822008/diff/16017/runtime/vm/assembler_arm_test.cc File runtime/vm/assembler_arm_test.cc ...
7 years, 6 months ago (2013-05-28 22:49:31 UTC) #3
zra
7 years, 6 months ago (2013-05-28 22:55:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r23311 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698