OSDN Git Service

* config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2007 08:59:39 +0000 (08:59 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2007 08:59:39 +0000 (08:59 +0000)
commit6f3bbf8884791bcc861c995eef3ec73262b71216
tree7c5c08fe29319d0bc5cecb374b83a0dfbda55e54
parent2e4ef4e47d6a694fefd307cadc0fecd82ea79fa9
* config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
New insn patterns.
(atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
(atan2xf3): Directly generate RTL pattern.
(atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
disable patterns for SSE math.
(atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
disable patterns for SSE math.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120950 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md