MIPS: [turbofan] Support Float[32|64]Min and Float[32|64]Max.
authorbalazs.kilvady <balazs.kilvady@imgtec.com>
Tue, 19 May 2015 10:22:13 +0000 (03:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 10:22:01 +0000 (10:22 +0000)
commit099e06e2406b934453874760451a64a0db799238
treeeef6143a4bb51dd5cf323ba1deb5a4e6fc0d0b5e
parent8dfec46e38853ab7503662eb17f8e5475663ec2b
MIPS: [turbofan] Support Float[32|64]Min and Float[32|64]Max.

MIPS64r6 and MIPS32r6 support for min and max and Float64Max machine operators.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28471}
src/compiler/mips/code-generator-mips.cc
src/compiler/mips/instruction-codes-mips.h
src/compiler/mips/instruction-selector-mips.cc
src/compiler/mips64/code-generator-mips64.cc
src/compiler/mips64/instruction-codes-mips64.h
src/compiler/mips64/instruction-selector-mips64.cc