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

Issue 6993054: MIPS: Fixed FPU rounding checks and related errors in the Simulator. (Closed)

Created:
9 years, 6 months ago by Paul Lind
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fixed FPU rounding checks and related errors in the Simulator. Removed some unnecessary shifts when reading FCSR error flags. Fixed some FCSR-related bugs. Fixed some un-related style issues. With this commit, mips build is still broken. Two more commits to come. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8173

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -94 lines) Patch
M src/mips/code-stubs-mips.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M src/mips/constants-mips.h View 1 chunk +20 lines, -7 lines 2 comments Download
M src/mips/macro-assembler-mips.cc View 7 chunks +8 lines, -1 line 0 comments Download
M src/mips/simulator-mips.cc View 3 chunks +34 lines, -14 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 2 chunks +12 lines, -61 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Lind
9 years, 6 months ago (2011-06-06 05:45:48 UTC) #1
Mads Ager (chromium)
9 years, 6 months ago (2011-06-06 08:39:02 UTC) #2
LGTM, I'll fix the nits and land.

http://codereview.chromium.org/6993054/diff/1/src/mips/constants-mips.h
File src/mips/constants-mips.h (right):

http://codereview.chromium.org/6993054/diff/1/src/mips/constants-mips.h#newco...
src/mips/constants-mips.h:109: kFCSRUnderflowFlagMask |
Four-space indent for these.

http://codereview.chromium.org/6993054/diff/1/src/mips/constants-mips.h#newco...
src/mips/constants-mips.h:115: kFCSRInexactFlagMask;
Four-space indent.

Powered by Google App Engine
This is Rietveld 408576698