Commit 152e3565 by Uros Bizjak Committed by Uros Bizjak

i386.md (*fscalexf4): Correct insn "mode" attribute to "XF".

        * config/i386/i386.md (*fscalexf4): Correct insn "mode"
        attribute to "XF".

From-SVN: r81556
parent 5ae27cfa
2004-05-06 Uros Bizjak <uros@kss-loka.si>
* config/i386/i386.md (*fscalexf4): Correct insn "mode"
attribute to "XF".
2004-05-05 Uros Bizjak <uros@kss-loka.si>
* optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.
(fmod_optab): Define corresponding macros.
(fmod_optab, drem_optab): Define corresponding macros.
* optabs.c (init_optabs): Initialize fmod_optab and drem_optab.
* genopinit.c (optabs): Implement fmod_optab and drem_optab
using fmod?f3 and drem?f3 patterns.
......
......@@ -15914,7 +15914,7 @@
&& flag_unsafe_math_optimizations"
"fscale"
[(set_attr "type" "fpspc")
(set_attr "mode" "DF")])
(set_attr "mode" "XF")])
(define_expand "expsf2"
[(set (match_dup 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment