PPC: Add unoptimized/optimized variants of MathFloor TF code stub
authormbrandy <mbrandy@us.ibm.com>
Wed, 8 Jul 2015 19:11:29 +0000 (12:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Jul 2015 19:11:40 +0000 (19:11 +0000)
commit0640e295770c4831cd79b197e26e78a1eb3840b3
tree2dcb260360d4202697a18ca12ba8f1804a828f43
parent54920cd2f08549130e363b5bc801424a8eecc7d2
PPC: Add unoptimized/optimized variants of MathFloor TF code stub

Port 8f13b655b8a10dae2116dd18b32f09337bb2d410

Original commit message:
    - Add a TurboFanIC class, derived from TurboFanCodeStub, that
      automatically distinguishes between versions of the IC called from
      optimized and unoptimized code.
    - Add appropriate InterfaceDescriptors for both the versions of the
      stub called from unoptimized and optimized code
    - Change the MathFloor TF stub generator to output either the
      for-optimized or for-unoptimized version based on the minor_key
      parameter.

R=danno@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=

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

Cr-Commit-Position: refs/heads/master@{#29542}
src/ppc/interface-descriptors-ppc.cc