m68k: Implement CAS and TAS patterns.
authorRichard Henderson <rth@redhat.com>
Sat, 26 Nov 2011 23:59:56 +0000 (15:59 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 26 Nov 2011 23:59:56 +0000 (15:59 -0800)
commit7b45b59bc5f9bd799a719c68db28ea0f5b5fe2c9
tree552b09d3dc9f6ad7b7c536c115b98ac9094a5b7b
parent8b281334a0bf4bce28d0f877cf0bbddd41ac25ea
m68k: Implement CAS and TAS patterns.

        * config/m68k/m68k.md (UNSPECV_CAS_1, UNSPECV_CAS_2): New.
        (UNSPECV_TAS_1, UNSPECV_TAS_2): New.
        (I): New mode iterator.
        (xz): New mode attribute.
        * config/m68k/sync.md: New file.

From-SVN: r181747
gcc/ChangeLog
gcc/config/m68k/m68k.md
gcc/config/m68k/sync.md [new file with mode: 0644]