MIPS: [turbofan] Fix implementation of Float64Min.
authorbalazs.kilvady <balazs.kilvady@imgtec.com>
Thu, 25 Jun 2015 17:59:43 +0000 (10:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 17:59:52 +0000 (17:59 +0000)
commit803b0c7487ecc09197cc8ba1667a5a0f3100a8d8
treeedee136144d0ca95a73486589eee54361ed484fc
parent81c7e24793c6393332f12d36d03101324fa961aa
MIPS: [turbofan] Fix implementation of Float64Min.

Port d783b763629526a1ec57a9f14caa61d0166efac7

Original commit message:
ARM64's `fmin` and `fmax` instructions don't have the same behaviour as
TurboFan's Float(32|64)(Min|Max) functions.

BUG=4206
LOG=N

Review URL: https://codereview.chromium.org/1204903004

Cr-Commit-Position: refs/heads/master@{#29305}
src/compiler/mips/instruction-selector-mips.cc
src/compiler/mips64/instruction-selector-mips64.cc