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

Issue 1046953004: MIPS: [turbofan] Add backend support for float32 operations. (Closed)

Created:
5 years, 8 months ago by balazs.kilvady
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: [turbofan] Add backend support for float32 operations. Port 8dad78cdbd21c2cd02d6e0645313bd4b9983c78e Original commit message: This adds the basics necessary to support float32 operations in TurboFan. The actual functionality required to detect safe float32 operations will be added based on this later. Therefore this does not affect production code except for some cleanup/refactoring. In detail, this patchset contains the following features: - Add support for float32 operations to arm, arm64, ia32 and x64 backends. - Add float32 machine operators. - Add support for float32 constants to simplified lowering. - Handle float32 representation for phis in simplified lowering. In addition, contains the following (related) cleanups: - Fix/unify naming of backend instructions. - Use AVX comparisons when available. - Extend ArchOpcodeField to 9 bits (required for arm64). - Refactor some code duplication in instruction selectors. BUG=v8:3589 LOG=n Committed: https://crrev.com/dd402998f1adcd8c0413924bc8aea85955d8b878 Cr-Commit-Position: refs/heads/master@{#27531}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -55 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 4 chunks +78 lines, -4 lines 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 9 chunks +80 lines, -23 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 3 chunks +30 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 3 chunks +13 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 4 chunks +36 lines, -22 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 chunk +53 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
balazs.kilvady
5 years, 8 months ago (2015-03-30 18:57:30 UTC) #2
paul.l...
LGTM.
5 years, 8 months ago (2015-03-30 19:14:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1046953004/1
5 years, 8 months ago (2015-03-30 19:15:32 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-03-30 19:56:37 UTC) #6
commit-bot: I haz the power
5 years, 8 months ago (2015-03-30 19:57:01 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/dd402998f1adcd8c0413924bc8aea85955d8b878
Cr-Commit-Position: refs/heads/master@{#27531}

Powered by Google App Engine
This is Rietveld 408576698