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

Issue 7013024: ARM: Fix disasm for strh, vabs, vneg. Add load/store tests.... (Closed)

Created:
9 years, 7 months ago by m.m.capewell
Modified:
9 years, 7 months ago
Reviewers:
Karl Klose
CC:
v8-dev
Visibility:
Public.

Description

ARM: Fix disasm for strh, vabs, vneg. Add load/store tests. BUG=none TEST=added to test/cctest/test-disasm-arm.cc Patch from ARM Ltd.

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -12 lines) Patch
M src/arm/disasm-arm.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 2 chunks +228 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
m.m.capewell
9 years, 7 months ago (2011-05-12 12:28:19 UTC) #1
Mads Ager (chromium)
Redirecting.
9 years, 7 months ago (2011-05-12 12:31:34 UTC) #2
Karl Klose
LGTM, I will land it.
9 years, 7 months ago (2011-05-12 13:06:11 UTC) #3
Karl Klose
9 years, 7 months ago (2011-05-12 14:44:18 UTC) #4
The new test fails asserts, because it does not use check for availability of
ARMv7 and it uses two register MemOperands for ldrd/strd, which is currently not
supported in the assembler.

I have added the feature check and scope and removed the invalid tests in the
following CL: http://codereview.chromium.org/7013027/.

Powered by Google App Engine
This is Rietveld 408576698