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

Issue 669923002: Add frintp instruction. (Closed)

Created:
6 years, 2 months ago by sigurds
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add FRINTP (round towards positive infinity) instruction. Macro Assember, assembler and simulator for ARM64 were missing FRINTP. R=rodolph.perfetta@arm.com, ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24800

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add tests. #

Patch Set 3 : Add disasm test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
M src/arm64/assembler-arm64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/macro-assembler-arm64-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 1 chunk +89 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-arm64.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
sigurds
Please take a look if this is OK. Please also advise on how to test ...
6 years, 2 months ago (2014-10-21 15:33:41 UTC) #2
Rodolph Perfetta (ARM)
For tests, have a look at frinta or others in test/cctest/test-assembler-arm64.cc, test/cctest/test-disasm-arm64.cc. Out of curiosity, ...
6 years, 2 months ago (2014-10-21 19:22:00 UTC) #3
Sven Panne
https://codereview.chromium.org/669923002/diff/1/src/arm64/simulator-arm64.cc File src/arm64/simulator-arm64.cc (right): https://codereview.chromium.org/669923002/diff/1/src/arm64/simulator-arm64.cc#newcode2777 src/arm64/simulator-arm64.cc:2777: int_result = ceil(value); On 2014/10/21 19:22:00, Rodolph Perfetta (ARM) ...
6 years, 2 months ago (2014-10-22 06:34:40 UTC) #5
sigurds
Thanks for the comments! I've added tests, including checking correct behavior on some values from ...
6 years, 2 months ago (2014-10-22 09:53:30 UTC) #6
Rodolph Perfetta (ARM)
LGTM. I am happy to review your incoming CL.
6 years, 2 months ago (2014-10-22 10:16:11 UTC) #7
ulan
lgtm
6 years, 2 months ago (2014-10-22 10:27:27 UTC) #8
sigurds
6 years, 2 months ago (2014-10-22 11:06:36 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 24800 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698