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

Issue 322423003: ARM: add AArch32 support and new vcvt instructions (Closed)

Created:
6 years, 6 months ago by vincent.belliard
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: add AArch32 support and new vcvt instructions R=ulan@chromium.org, bmeurer@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+773 lines, -15 lines) Patch
M build/toolchain.gypi View 4 chunks +26 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 6 chunks +87 lines, -7 lines 0 comments Download
M src/arm/constants-arm.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 2 chunks +101 lines, -0 lines 0 comments Download
M src/base/atomicops_internals_arm_gcc.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/base/build_config.h View 1 chunk +19 lines, -0 lines 0 comments Download
M src/cpu.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/globals.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +435 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
vincent.belliard
First step to use new AArch32 functions. An other patch will then use these new ...
6 years, 6 months ago (2014-06-11 14:34:25 UTC) #1
ulan
[+Ross for Android perspective] I wonder about cost vs benefit of this change. At the ...
6 years, 6 months ago (2014-06-20 11:40:07 UTC) #2
rmcilroy
On 2014/06/20 11:40:07, ulan wrote: > [+Ross for Android perspective] > > I wonder about ...
6 years, 6 months ago (2014-06-20 13:09:32 UTC) #3
vincent.belliard
6 years, 6 months ago (2014-06-23 08:31:13 UTC) #4
If you decide one day to re-open this CL, with this CL which enables AArch32
(which means that gcc can use AArch32 and the snapshot can use 32 dregs and
Neon) and a further CL which optimizes Math.round, the Kraken performances are
improved by a little bit less than 1% and the Octane performances are improved
by a little bit more than 2%.

Powered by Google App Engine
This is Rietveld 408576698