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

Issue 2386673002: MIPS: Fix Sltu macro instruction. (Closed)

Created:
4 years, 2 months ago by akos.palfi.imgtec
Modified:
4 years, 2 months ago
Reviewers:
ivica.bogosavljevic, balazs.kilvady, miran.karic, Marija Antic, ilija.pavlovic
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix Sltu macro instruction. Fixes the case when the 'imm' is in range [8000,ffff], as the specification says the 'imm' is sign-extended before the comparsion, so the effective range is [max_unsigned-7fff,max_unsigned]. TEST=mjsunit/generated-transition-stub@3b8ad45e BUG= Committed: https://crrev.com/cb1084a800629bea10d88ba0cb0aad3d61ca5306 Cr-Commit-Position: refs/heads/master@{#39922}

Patch Set 1 #

Patch Set 2 : Fix accidential change. #

Total comments: 4

Patch Set 3 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -2 lines) Patch
M src/mips/macro-assembler-mips.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 chunk +53 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 1 chunk +64 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
akos.palfi.imgtec
PTAL.
4 years, 2 months ago (2016-09-30 17:28:15 UTC) #3
balazs.kilvady
LGTM with small questions, nits. As it passes the new tests it must be fine ...
4 years, 2 months ago (2016-09-30 17:37:46 UTC) #4
balazs.kilvady
https://codereview.chromium.org/2386673002/diff/20001/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/2386673002/diff/20001/src/mips/macro-assembler-mips.cc#newcode1124 src/mips/macro-assembler-mips.cc:1124: const uint32_t int16_min = std::numeric_limits<int16_t>::min(); This should be in ...
4 years, 2 months ago (2016-09-30 17:45:19 UTC) #5
akos.palfi.imgtec
Fixed nits. PTAL. https://codereview.chromium.org/2386673002/diff/20001/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): https://codereview.chromium.org/2386673002/diff/20001/src/mips/macro-assembler-mips.cc#newcode1124 src/mips/macro-assembler-mips.cc:1124: const uint32_t int16_min = std::numeric_limits<int16_t>::min(); On ...
4 years, 2 months ago (2016-09-30 17:55:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2386673002/40001
4 years, 2 months ago (2016-09-30 17:58:18 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-09-30 18:28:39 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-09-30 18:29:36 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cb1084a800629bea10d88ba0cb0aad3d61ca5306
Cr-Commit-Position: refs/heads/master@{#39922}

Powered by Google App Engine
This is Rietveld 408576698