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

Issue 231373003: Adds logical operations 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 logical operations to arm64. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=34901

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+760 lines, -17 lines) Patch
M runtime/vm/assembler_arm64.h View 1 2 6 chunks +130 lines, -5 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 1 chunk +130 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 1 chunk +164 lines, -0 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 9 chunks +123 lines, -8 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 4 chunks +94 lines, -4 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 chunks +119 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
Assembler::IsImmLogical and Instruction::ImmLogical are based on V8. I'm not sure whether/how I should note that ...
6 years, 8 months ago (2014-04-09 18:21:18 UTC) #1
regis
LGTM https://codereview.chromium.org/231373003/diff/1/runtime/vm/assembler_arm64.cc File runtime/vm/assembler_arm64.cc (right): https://codereview.chromium.org/231373003/diff/1/runtime/vm/assembler_arm64.cc#newcode77 runtime/vm/assembler_arm64.cc:77: static int CountLeadingZeros(uint64_t value, int width) { Can ...
6 years, 8 months ago (2014-04-09 20:49:49 UTC) #2
zra
Thanks! https://codereview.chromium.org/231373003/diff/1/runtime/vm/assembler_arm64.cc File runtime/vm/assembler_arm64.cc (right): https://codereview.chromium.org/231373003/diff/1/runtime/vm/assembler_arm64.cc#newcode77 runtime/vm/assembler_arm64.cc:77: static int CountLeadingZeros(uint64_t value, int width) { On ...
6 years, 8 months ago (2014-04-09 22:14:27 UTC) #3
zra
6 years, 8 months ago (2014-04-09 22:15:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r34901 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698