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

Issue 12335129: ARM: Fix disassembly of some VFP instructions with condition codes (Closed)

Created:
7 years, 9 months ago by hans
Modified:
7 years, 9 months ago
Reviewers:
ulan, Rodolph Perfetta
CC:
v8-dev
Visibility:
Public.

Description

ARM: Fix disassembly of some VFP instructions with condition codes Previously, we would disassemble some VFP instructions like this: vmla.f64eq d16, d17, d18 This patch moves the condition to the right place: vmlaeq.f64 d16, d17, d18 Spotted by Rodolph Perfetta! BUG=none Committed: https://code.google.com/p/v8/source/detail?r=13752

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -36 lines) Patch
M src/arm/disasm-arm.cc View 8 chunks +26 lines, -26 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 4 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
hans
Please take a look.
7 years, 9 months ago (2013-02-27 11:14:27 UTC) #1
ulan
LGTM, I will land this for you.
7 years, 9 months ago (2013-02-27 11:47:24 UTC) #2
ulan
7 years, 9 months ago (2013-02-27 11:52:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r13752 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698