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

Issue 150002: * Add missing imul instruction on Intel.... (Closed)

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

Description

* Add missing imul instruction on Intel. * Fix incorrect signedness in disassembly of umull/mull on ARM. * Fix incorrect register order in disassembly of umull/mull. * Fix incorrect assembly of umull on ARM. * Remove retroactively obsoleted restriction on choice of registers in mul instructions on ARM. Committed: http://code.google.com/p/v8/source/detail?r=2292

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -17 lines) Patch
M src/arm/assembler-arm.cc View 6 chunks +5 lines, -7 lines 0 comments Download
M src/arm/disasm-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +6 lines, -5 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
11 years, 6 months ago (2009-06-27 10:15:41 UTC) #1
William Hesse
Could you also add this to the X64 platform. It would be based on mul, ...
11 years, 6 months ago (2009-06-27 17:01:13 UTC) #2
Erik Corry
Comments updated, x64 added.
11 years, 6 months ago (2009-06-27 21:21:47 UTC) #3
Kasper Lund
11 years, 5 months ago (2009-06-29 05:58:24 UTC) #4
LGTM. I looked briefly at the ARM simulator and it appears to do the right thing
with regards to signed/unsigned multiplication. Maybe you could double check
that?

Powered by Google App Engine
This is Rietveld 408576698