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

Issue 2024183002: Subzero, MIPS32: Floating point load/store and format conversion instructions (Closed)

Created:
4 years, 6 months ago by obucinac
Modified:
4 years, 6 months ago
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, MIPS32: Floating point load/store and format conversion instructions Introducing instructions for floating point format conversion. These instructions are needed for full implementation of lowerCast and missing floating point arithmetic instruction frem. BUG= R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=418135a9dd403c33db612edd4db53b48b2a9af0d

Patch Set 1 #

Patch Set 2 : Added missing instructions for moving float values to/from memory #

Patch Set 3 : Alphabetize... #

Total comments: 10

Patch Set 4 : Unimeplemented instructions removed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -5 lines) Patch
M src/IceInstMIPS32.h View 1 2 3 6 chunks +31 lines, -1 line 0 comments Download
M src/IceInstMIPS32.cpp View 1 2 3 3 chunks +17 lines, -4 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 2 3 4 chunks +56 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
obucinac
On 2016/05/31 17:36:29, obucinac wrote: > mailto:obucinac@gmail.com changed reviewers: > + mailto:mohit.bhakkad@imgtec.com, mailto:sagar.thakur@imgtec.com This is ...
4 years, 6 months ago (2016-05-31 17:37:03 UTC) #3
obucinac
This is WIP!
4 years, 6 months ago (2016-05-31 17:37:37 UTC) #4
obucinac
Instructions for loading/storing values from/to memory, needed as dependency for casting and lowerLoad/lowerStore.
4 years, 6 months ago (2016-06-01 14:09:57 UTC) #6
John
https://codereview.chromium.org/2024183002/diff/40001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/2024183002/diff/40001/src/IceInstMIPS32.cpp#newcode70 src/IceInstMIPS32.cpp:70: //template <> const char *InstMIPS32Bc1t::Opcode = "bc1t"; // new ...
4 years, 6 months ago (2016-06-01 15:01:05 UTC) #8
obucinac
Unimplemented instructions are removed. https://codereview.chromium.org/2024183002/diff/40001/src/IceInstMIPS32.cpp File src/IceInstMIPS32.cpp (right): https://codereview.chromium.org/2024183002/diff/40001/src/IceInstMIPS32.cpp#newcode70 src/IceInstMIPS32.cpp:70: //template <> const char *InstMIPS32Bc1t::Opcode ...
4 years, 6 months ago (2016-06-01 16:38:10 UTC) #9
Jim Stichnoth
On 2016/06/01 14:09:57, obucinac wrote: > Instructions for loading/storing values from/to memory, needed as dependency ...
4 years, 6 months ago (2016-06-01 21:39:55 UTC) #10
obucinac
On 2016/06/01 21:39:55, stichnot wrote: > On 2016/06/01 14:09:57, obucinac wrote: > > Instructions for ...
4 years, 6 months ago (2016-06-02 11:35:23 UTC) #11
Jim Stichnoth
lgtm
4 years, 6 months ago (2016-06-02 13:46:08 UTC) #12
Jim Stichnoth
4 years, 6 months ago (2016-06-02 13:47:12 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
418135a9dd403c33db612edd4db53b48b2a9af0d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698