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

Issue 3107027: Fix incorrect encoding of single and double precision registers for some... (Closed)

Created:
10 years, 4 months ago by Rodolph Perfetta
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix incorrect encoding of single and double precision registers for some VFP instructions. Also fix incorrect disassembling of vldr/vstr. BUG=none TEST=added to test/cctest/test-*-arm.cc

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -86 lines) Patch
M src/arm/assembler-arm.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 10 chunks +33 lines, -25 lines 0 comments Download
M src/arm/constants-arm.h View 1 3 chunks +27 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 4 chunks +12 lines, -10 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 10 chunks +45 lines, -36 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 3 chunks +46 lines, -15 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 2 chunks +48 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Rodolph Perfetta
10 years, 4 months ago (2010-08-20 14:31:01 UTC) #1
Erik Corry
http://codereview.chromium.org/3107027/diff/1/3 File src/arm/assembler-arm.h (right): http://codereview.chromium.org/3107027/diff/1/3#newcode131 src/arm/assembler-arm.h:131: We try to have two blank lines between functions ...
10 years, 4 months ago (2010-08-23 10:41:43 UTC) #2
Rodolph Perfetta
comments addressed. http://codereview.chromium.org/3107027/diff/1/3 File src/arm/assembler-arm.h (right): http://codereview.chromium.org/3107027/diff/1/3#newcode131 src/arm/assembler-arm.h:131: On 2010/08/23 10:41:43, Erik Corry wrote: > ...
10 years, 4 months ago (2010-08-25 16:29:28 UTC) #3
Erik Corry
LGTM http://codereview.chromium.org/3107027/diff/1/4 File src/arm/constants-arm.h (right): http://codereview.chromium.org/3107027/diff/1/4#newcode351 src/arm/constants-arm.h:351: // bit specifier. On 2010/08/25 16:29:28, Rodolph Perfetta ...
10 years, 4 months ago (2010-08-26 08:44:42 UTC) #4
Erik Corry
10 years, 4 months ago (2010-08-26 08:53:22 UTC) #5
Committed as 5352. Thanks.

Powered by Google App Engine
This is Rietveld 408576698