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

Issue 1765623002: Use TRUNC.W instead of CVT.W on mips to convert from double to int as to not (Closed)

Created:
4 years, 9 months ago by regis
Modified:
4 years, 9 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use TRUNC.W instead of CVT.W on mips to convert from double to int as to not depend on the current rounding mode (fixes issue 25900). Add support for TRUNC.W in assembler, disassembler, and simulator. Fix disassembler to understand CVT.S. Remove unused instructions. Update co19 status file. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/6219753e18b7bbf0df8554012492dd475461acad

Patch Set 1 #

Total comments: 6

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -104 lines) Patch
M runtime/vm/assembler_mips.h View 2 chunks +7 lines, -12 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 1 chunk +75 lines, -52 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/disassembler_mips.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 chunks +22 lines, -28 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
regis
4 years, 9 months ago (2016-03-03 20:38:26 UTC) #2
rmacnak
Looking good on the hardware so far, but it will take a few hours to ...
4 years, 9 months ago (2016-03-03 22:12:03 UTC) #3
regis
Thanks! PTAL https://codereview.chromium.org/1765623002/diff/1/runtime/vm/assembler_mips_test.cc File runtime/vm/assembler_mips_test.cc (right): https://codereview.chromium.org/1765623002/diff/1/runtime/vm/assembler_mips_test.cc#newcode2008 runtime/vm/assembler_mips_test.cc:2008: On 2016/03/03 22:12:02, rmacnak wrote: > Add ...
4 years, 9 months ago (2016-03-03 23:14:48 UTC) #4
rmacnak
LGTM
4 years, 9 months ago (2016-03-04 00:52:06 UTC) #5
regis
4 years, 9 months ago (2016-03-04 01:05:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6219753e18b7bbf0df8554012492dd475461acad (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698