i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-ins as...
authorRoger Sayle <roger@eyesopen.com>
Mon, 12 May 2003 02:51:40 +0000 (02:51 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 12 May 2003 02:51:40 +0000 (02:51 +0000)
commit358997e28a2aada18905dc8824252583116ed7df
tree152c83a01df523308adb9ade7e3ecf52d5db6386
parent04f3680d863dd792eb98e3490daf5cf374555ed5
i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-ins as inline x87 intrinsics.

* config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
to implement log, logf and logl built-ins as inline x87 intrinsics.
(UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
(*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
patterns for x87's "fyl2x" instruction, used by log?f2 patterns.

* reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
UNSPEC_FPATAN, i.e. replaces two stack operands with single result.

* gcc.dg/i386-387-1.c: Update to also test log.
* gcc.dg/i386-387-2.c: Likewise.

From-SVN: r66709
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/reg-stack.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-387-1.c
gcc/testsuite/gcc.dg/i386-387-2.c