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

Issue 2250203005: [SubZero] Added InstMIPS32Load to differentiate stores from loads (Closed)

Created:
4 years, 4 months ago by jaydeep.patil
Modified:
4 years, 4 months ago
Reviewers:
Karl, John, mohit.bhakkad, Jim Stichnoth, srdjan.obucina, Eric Holk
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[SubZero]Added InstMIPS32Load to differentiate stores from loads Both the operands in InstMIPS32Memory are source. However in load instructions, first operand is a destination. The InstMIPS32Load treats first operand as destination and second operand as source. R=jpp@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=b1a0fb1321676ca5f4a8386f51bb121b86e53a27

Patch Set 1 #

Total comments: 2

Patch Set 2 : Renamed InstMIPS32Memory to InstMIPS32Store #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -15 lines) Patch
M src/IceInstMIPS32.h View 1 5 chunks +72 lines, -15 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
jaydeep.patil
4 years, 4 months ago (2016-08-18 12:01:02 UTC) #3
John
lgtm https://codereview.chromium.org/2250203005/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2250203005/diff/1/src/IceInstMIPS32.h#newcode555 src/IceInstMIPS32.h:555: class InstMIPS32Memory : public InstMIPS32 { Rename this ...
4 years, 4 months ago (2016-08-18 14:53:36 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/2250203005/diff/1/src/IceInstMIPS32.h File src/IceInstMIPS32.h (right): https://codereview.chromium.org/2250203005/diff/1/src/IceInstMIPS32.h#newcode552 src/IceInstMIPS32.h:552: // InstMIPS32Memory represents instructions which stores data to memory ...
4 years, 4 months ago (2016-08-18 15:08:56 UTC) #5
jaydeep.patil
Addressed review comments.
4 years, 4 months ago (2016-08-19 04:29:11 UTC) #6
Jim Stichnoth
lgtm
4 years, 4 months ago (2016-08-19 05:36:26 UTC) #7
Jim Stichnoth
4 years, 4 months ago (2016-08-19 05:37:36 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b1a0fb1321676ca5f4a8386f51bb121b86e53a27 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698