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

Issue 2124022: Update and improve support for ARMv7 bitfield instructions.... (Closed)

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

Description

Update and improve support for ARMv7 bitfield instructions. BUG=none TEST=added to cctest

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -37 lines) Patch
M src/arm/assembler-arm.h View 1 2 chunks +13 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 chunks +76 lines, -14 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 3 chunks +32 lines, -12 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 1 2 chunks +37 lines, -8 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rodolph
10 years, 7 months ago (2010-05-25 19:27:30 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/2124022/diff/1/2 File src/arm/assembler-arm.cc (right): http://codereview.chromium.org/2124022/diff/1/2#newcode1111 src/arm/assembler-arm.cc:1111: emit(cond | 15*B23 | B22 | B21 | ...
10 years, 7 months ago (2010-05-26 07:02:43 UTC) #2
rodolph
New draft uploaded http://codereview.chromium.org/2124022/diff/1/2 File src/arm/assembler-arm.cc (right): http://codereview.chromium.org/2124022/diff/1/2#newcode1111 src/arm/assembler-arm.cc:1111: emit(cond | 15*B23 | B22 | ...
10 years, 7 months ago (2010-05-27 12:24:54 UTC) #3
Erik Corry
10 years, 7 months ago (2010-05-27 13:46:40 UTC) #4
Committed as r4744.  Thanks.

Powered by Google App Engine
This is Rietveld 408576698