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

Issue 285403004: Adds intrinsics for arm64. (Closed)

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

Description

Adds intrinsics for arm64. Also enables tests that no longer time-out. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=36330

Patch Set 1 #

Total comments: 20

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1326 lines, -203 lines) Patch
M runtime/vm/assembler_arm64.h View 1 3 chunks +13 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 13 chunks +19 lines, -18 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 4 chunks +1218 lines, -75 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 11 chunks +22 lines, -22 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 11 chunks +22 lines, -22 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 12 chunks +23 lines, -24 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +0 lines, -7 lines 0 comments Download
M tests/corelib/corelib.status View 1 chunk +0 lines, -6 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -6 lines 0 comments Download
M tests/standalone/standalone.status View 1 chunk +0 lines, -11 lines 0 comments Download
M tests/utils/utils.status View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
6 years, 7 months ago (2014-05-19 18:46:33 UTC) #1
regis
LGTM https://codereview.chromium.org/285403004/diff/1/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/285403004/diff/1/runtime/vm/assembler_arm64.h#newcode796 runtime/vm/assembler_arm64.h:796: addw(rd, ZR, Operand(rn, LSR, shift)); Is a shift ...
6 years, 7 months ago (2014-05-19 20:14:02 UTC) #2
zra
Thanks! https://codereview.chromium.org/285403004/diff/1/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/285403004/diff/1/runtime/vm/assembler_arm64.h#newcode796 runtime/vm/assembler_arm64.h:796: addw(rd, ZR, Operand(rn, LSR, shift)); On 2014/05/19 20:14:02, ...
6 years, 7 months ago (2014-05-19 21:13:18 UTC) #3
zra
6 years, 7 months ago (2014-05-19 21:35:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r36330 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698