]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.md (*rep_movdi_rex64): Emit "rep" prefix on the same line as the instruction...
authorUros Bizjak <ubizjak@gmail.com>
Thu, 16 Aug 2007 14:01:53 +0000 (16:01 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 16 Aug 2007 14:01:53 +0000 (16:01 +0200)
commit57c2d13fa01341b6b3a843d321b0d8bd2518a4dd
treed64991fcb1a9391ade764fdf4179c1aafe5fa26c
parent49e308f8c34eeaef4f32699067e9712606ceede0
i386.md (*rep_movdi_rex64): Emit "rep" prefix on the same line as the instruction for all asm dialects.

* config/i386/i386.md (*rep_movdi_rex64): Emit "rep" prefix on
the same line as the instruction for all asm dialects.
(*rep_movsi): Ditto.
(*rep_movsi_rex64): Ditto.
(*rep_movqi): Ditto.
(*rep_movqi_rex64): Ditto.
(*rep_stosdi_rex64): Ditto.
(*rep_stossi): Ditto.
(*rep_stossi_rex64): Ditto.
(*rep_stosqi): Ditto.
(*rep_stosqi_rex64): Ditto.
(*cmpstrnqi_nz_1): Ditto.
(*cmpstrnqi_nz_rex_1): Ditto.
(*cmpstrnqi_1): Ditto.
(*cmpstrnqi_rex_1): Ditto.
(*strlenqi_1): Ditto.
(*strlenqi_rex_1): Ditto.
* config/i386/sync.md (*sync_compare_and_swap<mode>): Emit "lock"
prefix on the same line as the instruction for all asm dialects.
(sync_double_compare_and_swap<mode>): Ditto.
(*sync_double_compare_and_swapdi_pic): Ditto.
(*sync_compare_and_swap_cc<mode>): Ditto.
(sync_double_compare_and_swap_cc<mode>): Ditto.
(*sync_double_compare_and_swap_ccdi_pic): Ditto.
(sync_old_add<mode>): Ditto.
(sync_add<mode>): Ditto.
(sync_sub<mode>): Ditto.
(sync_ior<mode>): Ditto.
(sync_and<mode>): Ditto.
(sync_xor<mode>): Ditto.

From-SVN: r127558
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/config/i386/sync.md