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

Issue 1108583003: MIPS: Add rounding support in simulator and RINT instruction. (Closed)

Created:
5 years, 8 months ago by Djordje.Pesic
Modified:
5 years, 7 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Add rounding support in simulator and RINT instruction. Added rounding according to fcsr, CVT_W_D and RINT.D instruction in assembler, dissasembler and simulator and wrote appropiate tests. BUG= Committed: https://crrev.com/9da34c56a153a0da7dbb16a24c9d0dfed1925336 Cr-Commit-Position: refs/heads/master@{#28143}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1309 lines, -560 lines) Patch
M src/mips/assembler-mips.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/mips/constants-mips.h View 1 chunk +162 lines, -161 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/simulator-mips.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/mips/simulator-mips.cc View 1 4 chunks +97 lines, -4 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/mips64/constants-mips64.h View 1 chunk +193 lines, -192 lines 0 comments Download
M src/mips64/disasm-mips64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips64/simulator-mips64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 1 5 chunks +140 lines, -11 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 4 chunks +283 lines, -96 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 3 chunks +386 lines, -95 lines 0 comments Download
M test/cctest/test-disasm-mips.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-mips64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
balazs.kilvady
Looks good. I see SecondaryField param is used in min, max too, but it is ...
5 years, 8 months ago (2015-04-24 15:38:16 UTC) #2
paul.l...
This looks very nice Djordje. I really like the thorough tests you've created! Do these ...
5 years, 8 months ago (2015-04-27 05:12:50 UTC) #4
dusmil.imgtec
https://codereview.chromium.org/1108583003/diff/1/src/mips/assembler-mips.h File src/mips/assembler-mips.h (right): https://codereview.chromium.org/1108583003/diff/1/src/mips/assembler-mips.h#newcode915 src/mips/assembler-mips.h:915: void rint(SecondaryField fmt, FPURegister fd, FPURegister fs); Yes, We ...
5 years, 8 months ago (2015-04-27 10:02:52 UTC) #6
akos.palfi.imgtec
5 years, 8 months ago (2015-04-27 10:38:25 UTC) #8
Djordje.Pesic
https://codereview.chromium.org/1108583003/diff/1/src/mips/assembler-mips.h File src/mips/assembler-mips.h (right): https://codereview.chromium.org/1108583003/diff/1/src/mips/assembler-mips.h#newcode915 src/mips/assembler-mips.h:915: void rint(SecondaryField fmt, FPURegister fd, FPURegister fs); On 2015/04/27 ...
5 years, 8 months ago (2015-04-27 12:46:59 UTC) #9
Djordje.Pesic
On 2015/04/27 05:12:50, paul.l... wrote: > This looks very nice Djordje. I really like the ...
5 years, 7 months ago (2015-04-28 10:06:10 UTC) #10
paul.l...
l-g-t-m, just waiting on CLA.
5 years, 7 months ago (2015-04-28 14:18:13 UTC) #11
paul.l...
LGTM. The CLA is in, go ahead and commit. Thanks!
5 years, 7 months ago (2015-04-29 15:29:21 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1108583003/20001
5 years, 7 months ago (2015-04-30 06:04:28 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-04-30 06:29:13 UTC) #16
commit-bot: I haz the power
5 years, 7 months ago (2015-04-30 06:29:27 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9da34c56a153a0da7dbb16a24c9d0dfed1925336
Cr-Commit-Position: refs/heads/master@{#28143}

Powered by Google App Engine
This is Rietveld 408576698