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 341123003: ARM64: Faster immediate check and fix corner cases (Closed)

Created:
6 years, 5 months ago by m.m.capewell
Modified:
6 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM64: Faster immediate check and fix corner cases Improve the code used to check for encodable logical immediates, fix some corner cases associated with moving kWMinInt into W registers, and add tests. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22120

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address Ulan's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -73 lines) Patch
M src/arm64/assembler-arm64.cc View 1 2 chunks +183 lines, -67 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 1 chunk +10 lines, -4 lines 0 comments Download
M src/arm64/utils-arm64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/utils-arm64.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 6 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
m.m.capewell
6 years, 5 months ago (2014-06-30 10:32:49 UTC) #1
ulan
lgtm https://codereview.chromium.org/341123003/diff/1/src/arm64/assembler-arm64.cc File src/arm64/assembler-arm64.cc (right): https://codereview.chromium.org/341123003/diff/1/src/arm64/assembler-arm64.cc#newcode2565 src/arm64/assembler-arm64.cc:2565: // Avoid making the assumption that the most-significant ...
6 years, 5 months ago (2014-06-30 12:50:08 UTC) #2
m.m.capewell
https://codereview.chromium.org/341123003/diff/1/src/arm64/assembler-arm64.cc File src/arm64/assembler-arm64.cc (right): https://codereview.chromium.org/341123003/diff/1/src/arm64/assembler-arm64.cc#newcode2565 src/arm64/assembler-arm64.cc:2565: // Avoid making the assumption that the most-significant 32 ...
6 years, 5 months ago (2014-07-01 09:45:46 UTC) #3
ulan
New changes lgtm. > There are a number of disassembler tests that check that a ...
6 years, 5 months ago (2014-07-01 13:05:20 UTC) #4
m.m.capewell
Committed patchset #2 manually as r22120 (presubmit successful).
6 years, 5 months ago (2014-07-01 13:25:44 UTC) #5
m.m.capewell
6 years, 5 months ago (2014-07-01 13:47:28 UTC) #6
Message was sent while issue was closed.
Fixing the missing UINT64_C definition to green the tree.

Powered by Google App Engine
This is Rietveld 408576698