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

Issue 214233006: Adds subract, move wide immediate instructions to ARM64. (Closed)

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

Description

Adds subract, move wide immediate instructions to ARM64. Also adds tests for move, add shift, add extended. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=34715

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -61 lines) Patch
M runtime/vm/assembler_arm64.h View 1 2 3 5 chunks +46 lines, -11 lines 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 2 3 1 chunk +257 lines, -1 line 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 2 3 8 chunks +29 lines, -13 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 3 1 chunk +66 lines, -33 lines 0 comments Download
M runtime/vm/unit_test.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
zra
6 years, 8 months ago (2014-04-02 23:35:44 UTC) #1
regis
The immediate value of movz, movk, and movn is unsigned, but you handle it as ...
6 years, 8 months ago (2014-04-03 16:57:38 UTC) #2
zra
https://codereview.chromium.org/214233006/diff/20001/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/214233006/diff/20001/runtime/vm/assembler_arm64.h#newcode275 runtime/vm/assembler_arm64.h:275: void movk(Register rd, int32_t imm, int32_t hw_idx) { On ...
6 years, 8 months ago (2014-04-03 17:14:02 UTC) #3
regis
LGTM https://codereview.chromium.org/214233006/diff/40001/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/214233006/diff/40001/runtime/vm/assembler_arm64.h#newcode374 runtime/vm/assembler_arm64.h:374: ASSERT(Utils::IsUint(16, imm)); I missed this check before. https://codereview.chromium.org/214233006/diff/40001/runtime/vm/assembler_arm64.h#newcode375 ...
6 years, 8 months ago (2014-04-03 17:26:59 UTC) #4
zra
6 years, 8 months ago (2014-04-03 18:26:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r34715 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698