i386.md (int_cond): New code iterator.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 12 Mar 2008 21:30:21 +0000 (22:30 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 12 Mar 2008 21:30:21 +0000 (22:30 +0100)
commita7438d6d5de9a904078a86bc34736f146e475118
tree3e9fcc00687525ed388f8e844ed98dfc89bfbeb1
parent954954d139a52ed7a9a305d5ac09bb3323b67a95
i386.md (int_cond): New code iterator.

        * config/i386/i386.md (int_cond): New code iterator.
        (fp_cond): Ditto.
        ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
        sge, sgeu, sle and sleu expanders usign int_cond code iterator.
        ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
        sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
        ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
        bge, bgeu, ble and bleu expanders usign int_cond code iterator.
        ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
        bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.

From-SVN: r133150
gcc/ChangeLog
gcc/config/i386/i386.md