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

Issue 263243002: Enables many language tests 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

Enables many language tests for arm64. - Adds msub and smulh instructions for implementing BinarySmiOp. - Adds fmovdd to move doubles between V registers. - Implements many stubs and IL instructions. These are ported from ARM with small fix-ups. Deopt code comes from x64 because the stack frame layout is the same. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=35753

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2234 lines, -151 lines) Patch
M runtime/vm/assembler_arm64.h View 5 chunks +23 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm64.cc View 2 chunks +55 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M runtime/vm/code_patcher_arm64.cc View 1 chunk +37 lines, -2 lines 0 comments Download
M runtime/vm/constants_arm64.h View 4 chunks +12 lines, -3 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 11 chunks +476 lines, -15 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 14 chunks +1216 lines, -104 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 3 chunks +47 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 8 chunks +259 lines, -13 lines 0 comments Download
M tests/language/language.status View 1 chunk +37 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
zra
Sorry about the size of this CL. I thought it would be best to push ...
6 years, 7 months ago (2014-05-05 16:40:10 UTC) #1
regis
LGTM https://codereview.chromium.org/263243002/diff/1/runtime/vm/intermediate_language_arm64.cc File runtime/vm/intermediate_language_arm64.cc (right): https://codereview.chromium.org/263243002/diff/1/runtime/vm/intermediate_language_arm64.cc#newcode169 runtime/vm/intermediate_language_arm64.cc:169: __ csel(result, TMP, result, true_condition); Can't you use ...
6 years, 7 months ago (2014-05-05 17:27:56 UTC) #2
regis
On 2014/05/05 17:27:56, regis wrote: > LGTM > > https://codereview.chromium.org/263243002/diff/1/runtime/vm/intermediate_language_arm64.cc > File runtime/vm/intermediate_language_arm64.cc (right): > ...
6 years, 7 months ago (2014-05-05 17:48:20 UTC) #3
zra
Thanks! https://codereview.chromium.org/263243002/diff/1/runtime/vm/intermediate_language_arm64.cc File runtime/vm/intermediate_language_arm64.cc (right): https://codereview.chromium.org/263243002/diff/1/runtime/vm/intermediate_language_arm64.cc#newcode169 runtime/vm/intermediate_language_arm64.cc:169: __ csel(result, TMP, result, true_condition); On 2014/05/05 17:27:56, ...
6 years, 7 months ago (2014-05-05 17:52:11 UTC) #4
zra
6 years, 7 months ago (2014-05-05 18:09:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r35753 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698