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

Issue 1747863002: MIPS: Tests for convert and truncate instructions. (Closed)

Created:
4 years, 9 months ago by Ilija.Pavlovic1
Modified:
4 years, 9 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Tests for convert and truncate instructions. Implementation new test cases for conversion instructions Cvt_s_uw, Cvt_s_ul, Cvt_d_ul and truncate instructions Trunc_uw_s, Trunc_ul_s, Trunc_ul_d, Trunc_l_d, Trunc_l_ud, Trunc_w_d. TEST=cctest/test-macro-assembler-mips/cvt_s_w_Trunc_uw_s, others cctest/test-macro-assembler-mips64/Cvt_s_uw_Trunc_uw_s, others BUG= Committed: https://crrev.com/b29846c283e7fed774d633bb78bb3677d0b45fa8 Cr-Commit-Position: refs/heads/master@{#34618}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Update according comments. #

Total comments: 2

Patch Set 3 : Removed unused protorypes F2, F3, F4. #

Total comments: 8

Patch Set 4 : Corrections and added tests for truncate instructions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -0 lines) Patch
M test/cctest/test-macro-assembler-mips.cc View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 2 3 1 chunk +153 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
Ilija.Pavlovic1
PTAL
4 years, 9 months ago (2016-02-29 11:58:08 UTC) #2
akos.palfi.imgtec
Looks good. Added my first round comments. https://codereview.chromium.org/1747863002/diff/1/test/cctest/test-macro-assembler-mips64.cc File test/cctest/test-macro-assembler-mips64.cc (right): https://codereview.chromium.org/1747863002/diff/1/test/cctest/test-macro-assembler-mips64.cc#newcode559 test/cctest/test-macro-assembler-mips64.cc:559: struct TestCase ...
4 years, 9 months ago (2016-02-29 12:28:22 UTC) #3
Ilija.Pavlovic1
https://codereview.chromium.org/1747863002/diff/1/test/cctest/test-macro-assembler-mips64.cc File test/cctest/test-macro-assembler-mips64.cc (right): https://codereview.chromium.org/1747863002/diff/1/test/cctest/test-macro-assembler-mips64.cc#newcode559 test/cctest/test-macro-assembler-mips64.cc:559: struct TestCase tc[] = { On 2016/02/29 12:28:22, akos.palfi.imgtec ...
4 years, 9 months ago (2016-02-29 15:00:27 UTC) #4
Ilija.Pavlovic1
https://codereview.chromium.org/1747863002/diff/1/test/cctest/test-macro-assembler-mips64.cc File test/cctest/test-macro-assembler-mips64.cc (right): https://codereview.chromium.org/1747863002/diff/1/test/cctest/test-macro-assembler-mips64.cc#newcode559 test/cctest/test-macro-assembler-mips64.cc:559: struct TestCase tc[] = { On 2016/02/29 15:00:27, Ilija.Pavlovic1 ...
4 years, 9 months ago (2016-03-04 08:02:52 UTC) #5
akos.palfi.imgtec
Nit in the description: s/test--macro-assembler-mips64/test-macro-assembler-mips64/ https://codereview.chromium.org/1747863002/diff/20001/test/cctest/test-macro-assembler-mips64.cc File test/cctest/test-macro-assembler-mips64.cc (right): https://codereview.chromium.org/1747863002/diff/20001/test/cctest/test-macro-assembler-mips64.cc#newcode44 test/cctest/test-macro-assembler-mips64.cc:44: typedef float (*F2)(uint32_t x0, ...
4 years, 9 months ago (2016-03-04 09:02:07 UTC) #6
Ilija.Pavlovic1
Removed unused prototypes F2, F3, F4. Corrected description. https://codereview.chromium.org/1747863002/diff/20001/test/cctest/test-macro-assembler-mips64.cc File test/cctest/test-macro-assembler-mips64.cc (right): https://codereview.chromium.org/1747863002/diff/20001/test/cctest/test-macro-assembler-mips64.cc#newcode44 test/cctest/test-macro-assembler-mips64.cc:44: typedef ...
4 years, 9 months ago (2016-03-04 09:11:09 UTC) #9
ivica.bogosavljevic
https://codereview.chromium.org/1747863002/diff/40001/test/cctest/test-macro-assembler-mips64.cc File test/cctest/test-macro-assembler-mips64.cc (right): https://codereview.chromium.org/1747863002/diff/40001/test/cctest/test-macro-assembler-mips64.cc#newcode525 test/cctest/test-macro-assembler-mips64.cc:525: static const std::vector<uint32_t> uint32_test_values() { should be renamed to ...
4 years, 9 months ago (2016-03-04 16:28:28 UTC) #10
Ilija.Pavlovic1
Build v8 for simulator with this patch shows unexpected problems and investigation about it is ...
4 years, 9 months ago (2016-03-07 08:21:07 UTC) #11
Ilija.Pavlovic1
PTAL. This patch has: - Adaptations Cvt tests according simulator possibilities. - New test cases ...
4 years, 9 months ago (2016-03-09 10:12:44 UTC) #12
balazs.kilvady
l-g-t-m, really nice. But it would be nice if Ákos takes a look also.
4 years, 9 months ago (2016-03-09 10:30:52 UTC) #14
akos.palfi.imgtec
LGTM!
4 years, 9 months ago (2016-03-09 11:35:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1747863002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1747863002/60001
4 years, 9 months ago (2016-03-09 12:18:33 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-09 12:44:02 UTC) #19
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 12:44:28 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b29846c283e7fed774d633bb78bb3677d0b45fa8
Cr-Commit-Position: refs/heads/master@{#34618}

Powered by Google App Engine
This is Rietveld 408576698