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

Issue 1846673003: S390: Implemented ALCR in S390 simulator. (Closed)

Created:
4 years, 8 months ago by bcleung
Modified:
4 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://github.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

S390: Implemented ALCR in S390 simulator. This CL implements the ALCR, add logical 32-bit integer with carry, instruction in the s390 simulator. Some 64-bit operations in the 4-byte arithmetic section of the s390 simulator have been refactored into a separate function to stay below 500 lines. R=michael_dawson@ca.ibm.com,jyan@ca.ibm.com,mbrandy@us.ibm.com,joransiu@ca.ibm.com, BUG= Committed: https://crrev.com/8760b602b702af9a9959c729833154a24abefbdc Cr-Commit-Position: refs/heads/master@{#35184}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Removed SetS390OverflowCode from ALR and ALCR #

Total comments: 4

Patch Set 3 : Replaced check for condition_reg_ == 0 with assert that fails if condition_reg_ == 0. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -73 lines) Patch
M src/s390/simulator-s390.h View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M src/s390/simulator-s390.cc View 1 6 chunks +132 lines, -73 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
john.yan
https://codereview.chromium.org/1846673003/diff/1/src/s390/simulator-s390.cc File src/s390/simulator-s390.cc (right): https://codereview.chromium.org/1846673003/diff/1/src/s390/simulator-s390.cc#newcode1826 src/s390/simulator-s390.cc:1826: SetS390OverflowCode(isOF); ALR/SLR would not set Overflow condition as stated ...
4 years, 8 months ago (2016-03-30 20:48:52 UTC) #5
bcleung
4 years, 8 months ago (2016-03-30 20:49:29 UTC) #6
JoranSiu
https://codereview.chromium.org/1846673003/diff/1/src/s390/simulator-s390.cc File src/s390/simulator-s390.cc (right): https://codereview.chromium.org/1846673003/diff/1/src/s390/simulator-s390.cc#newcode3041 src/s390/simulator-s390.cc:3041: SetS390OverflowCode(isOF); If isOF is true, won't this override the ...
4 years, 8 months ago (2016-03-30 21:39:31 UTC) #9
bcleung
Updated. https://codereview.chromium.org/1846673003/diff/1/src/s390/simulator-s390.cc File src/s390/simulator-s390.cc (right): https://codereview.chromium.org/1846673003/diff/1/src/s390/simulator-s390.cc#newcode1826 src/s390/simulator-s390.cc:1826: SetS390OverflowCode(isOF); On 2016/03/30 20:48:52, john.yan wrote: > ALR/SLR ...
4 years, 8 months ago (2016-03-30 22:23:26 UTC) #10
john.yan
lgtm
4 years, 8 months ago (2016-03-31 03:42:07 UTC) #11
JoranSiu
lgtm othewise. https://codereview.chromium.org/1846673003/diff/20001/src/s390/simulator-s390.h File src/s390/simulator-s390.h (right): https://codereview.chromium.org/1846673003/diff/20001/src/s390/simulator-s390.h#newcode400 src/s390/simulator-s390.h:400: template <typename T> Not sure if this ...
4 years, 8 months ago (2016-03-31 13:27:57 UTC) #12
bcleung
Updated https://codereview.chromium.org/1846673003/diff/20001/src/s390/simulator-s390.h File src/s390/simulator-s390.h (right): https://codereview.chromium.org/1846673003/diff/20001/src/s390/simulator-s390.h#newcode400 src/s390/simulator-s390.h:400: template <typename T> On 2016/03/31 13:27:57, JoranSiu wrote: ...
4 years, 8 months ago (2016-03-31 19:12:39 UTC) #13
JoranSiu
On 2016/03/31 19:12:39, bcleung wrote: > Updated > > https://codereview.chromium.org/1846673003/diff/20001/src/s390/simulator-s390.h > File src/s390/simulator-s390.h (right): > ...
4 years, 8 months ago (2016-03-31 19:15:03 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1846673003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1846673003/40001
4 years, 8 months ago (2016-03-31 19:15:29 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-31 19:38:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1846673003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1846673003/40001
4 years, 8 months ago (2016-03-31 20:19:44 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-01 00:41:46 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 00:43:37 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8760b602b702af9a9959c729833154a24abefbdc
Cr-Commit-Position: refs/heads/master@{#35184}

Powered by Google App Engine
This is Rietveld 408576698