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

Issue 6366016: ARM: Add support for DoMathAbs with double inputs.... (Closed)

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

Description

ARM: Add support for DoMathAbs with double inputs. Adds vabs instruction to simulator, assembler, disassembler and tests. BUG=none TEST=Added to cctest. Committed: http://code.google.com/p/v8/source/detail?r=6531

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -32 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 6 chunks +34 lines, -32 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 4 chunks +15 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
m.m.capewell
9 years, 11 months ago (2011-01-26 19:07:51 UTC) #1
Mads Ager (chromium)
Please undo the change to the way safepoint registers and doubles are pushed on the ...
9 years, 11 months ago (2011-01-27 08:27:56 UTC) #2
m.m.capewell
9 years, 11 months ago (2011-01-28 13:40:33 UTC) #3
Alexandre
Thanks for the review! Alexandre http://codereview.chromium.org/6366016/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/6366016/diff/1/src/arm/lithium-codegen-arm.cc#newcode2536 src/arm/lithium-codegen-arm.cc:2536: Register tmp1 = input.is(r0) ...
9 years, 11 months ago (2011-01-28 13:57:59 UTC) #4
Mads Ager (chromium)
9 years, 10 months ago (2011-01-31 10:10:41 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698