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

Issue 1513463002: MIPS64: [turbofan] Change TruncateFloat64ToUint64 to TryTruncateFloatToUint64. (Closed)

Created:
5 years ago by akos.palfi.imgtec
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@trytrunc-uint64
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS64: [turbofan] Change TruncateFloat64ToUint64 to TryTruncateFloatToUint64. Port for https://codereview.chromium.org/1507703002/ Original commit message: This operator now provides a second output which indicates whether the conversion from float64 to uint64 was successful or not. The second output returns 0 if the conversion fails, or something else if the conversion succeeds. The second output can be ignored, which means that the operator can be used the same as the original operator. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -13 lines) Patch
M src/compiler/mips64/code-generator-mips64.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 chunk +12 lines, -4 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 4 chunks +19 lines, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 5 (2 generated)
akos.palfi.imgtec
PTAL.
5 years ago (2015-12-08 20:48:15 UTC) #2
akos.palfi.imgtec
5 years ago (2015-12-08 20:48:47 UTC) #4
balazs.kilvady
5 years ago (2015-12-08 20:50:41 UTC) #5
l-g-t-m

Powered by Google App Engine
This is Rietveld 408576698