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

Issue 545155: Add vstr and vldr floating point load and store to ARM assembler, disassemble... (Closed)

Created:
10 years, 11 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add vstr and vldr floating point load and store to ARM assembler, disassembler, and simulator. Committed: http://code.google.com/p/v8/source/detail?r=3687

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 5

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -60 lines) Patch
M src/arm/assembler-arm.h View 1 2 3 4 2 chunks +11 lines, -3 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 4 2 chunks +33 lines, -3 lines 0 comments Download
M src/arm/constants-arm.h View 3 4 4 chunks +5 lines, -1 line 0 comments Download
M src/arm/disasm-arm.cc View 1 2 3 4 2 chunks +33 lines, -19 lines 0 comments Download
M src/arm/simulator-arm.cc View 2 3 4 3 chunks +53 lines, -33 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 4 2 chunks +60 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
William Hesse
Simulator not done yet. How do you unit test these? Do you?
10 years, 11 months ago (2010-01-21 16:20:02 UTC) #1
Erik Corry
Perhaps we can use the opportunity to clean up the disassembler and simulator to use ...
10 years, 11 months ago (2010-01-22 09:11:01 UTC) #2
William Hesse
Simulator and unit test added. It looks done to me. http://codereview.chromium.org/545155/diff/6001/6007 File test/cctest/test-assembler-arm.cc (right): http://codereview.chromium.org/545155/diff/6001/6007#newcode283 ...
10 years, 11 months ago (2010-01-22 14:07:12 UTC) #3
Erik Corry
LGTM http://codereview.chromium.org/545155/diff/6001/6003 File src/arm/assembler-arm.cc (right): http://codereview.chromium.org/545155/diff/6001/6003#newcode1376 src/arm/assembler-arm.cc:1376: int offset, I feel strongly that the offset ...
10 years, 11 months ago (2010-01-22 14:29:13 UTC) #4
William Hesse
10 years, 11 months ago (2010-01-25 11:49:00 UTC) #5
http://codereview.chromium.org/545155/diff/6001/6003
File src/arm/assembler-arm.cc (right):

http://codereview.chromium.org/545155/diff/6001/6003#newcode1376
src/arm/assembler-arm.cc:1376: int offset,
On 2010/01/22 14:29:13, Erik Corry wrote:
> I feel strongly that the offset should be byte oriented as it is for other
load
> instructions.  With an assert that says it is divisble by 4.

Done.

http://codereview.chromium.org/545155/diff/6001/6005
File src/arm/simulator-arm.cc (right):

http://codereview.chromium.org/545155/diff/6001/6005#newcode2079
src/arm/simulator-arm.cc:2079: #ifdef BIG_ENDIAN_FLOATING_POINT
On 2010/01/22 14:29:13, Erik Corry wrote:
> I don't think vfp and big endian floating point exist together except perhaps
on
> big endian ARM.  But V8 doesn't support big endian ARM.

Done.

Powered by Google App Engine
This is Rietveld 408576698