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

Issue 148263012: A64: Rejig truncating and non double to i/smi (Closed)

Created:
6 years, 10 months ago by m.m.capewell
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

A64: Rejig truncating and non double to i/smi Replace existing DoubleToI/DoubleToSmi instructions with truncating and non- truncating versions. This allows reuse of common code, register constraints and environment requirements. Also, use new JumpIfMinusZero function in DoNumberUntagD to remove unimplemented code tag. BUG= R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=18886

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -96 lines) Patch
M src/a64/lithium-a64.h View 4 chunks +26 lines, -29 lines 0 comments Download
M src/a64/lithium-a64.cc View 1 chunk +12 lines, -13 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 4 chunks +25 lines, -54 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
m.m.capewell
6 years, 10 months ago (2014-01-28 17:10:01 UTC) #1
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-01-28 17:25:07 UTC) #2
m.m.capewell
6 years, 10 months ago (2014-01-28 17:33:03 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18886 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698