diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2011-08-25 21:38:57 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2011-08-25 21:38:57 +0200 |
commit | 2e335040bcd1fddb5a775d537092c5a3b783263e (patch) | |
tree | e27d81831fc51a10b198da10273d18a5e52729dc /gcc | |
parent | d54e80ce32abdfdbfbc8cd2265091a4187c3efed (diff) | |
download | gcc-2e335040bcd1fddb5a775d537092c5a3b783263e.zip gcc-2e335040bcd1fddb5a775d537092c5a3b783263e.tar.gz gcc-2e335040bcd1fddb5a775d537092c5a3b783263e.tar.bz2 |
* config/i386/i386.md: Do not explicitly set default isa attribute.
From-SVN: r178088
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index c5759e1..3502b8f 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -6843,7 +6843,7 @@ "@ mul{<imodesuffix>}\t%2 #" - [(set_attr "isa" "base,bmi2") + [(set_attr "isa" "*,bmi2") (set_attr "type" "imul,imulx") (set_attr "length_immediate" "0,*") (set (attr "athlon_decode") @@ -9124,7 +9124,7 @@ return "sal{<imodesuffix>}\t{%2, %0|%0, %2}"; } } - [(set_attr "isa" "base,base,bmi2") + [(set_attr "isa" "*,*,bmi2") (set (attr "type") (cond [(eq_attr "alternative" "1") (const_string "lea") @@ -9195,7 +9195,7 @@ return "sal{l}\t{%2, %k0|%k0, %2}"; } } - [(set_attr "isa" "base,base,bmi2") + [(set_attr "isa" "*,*,bmi2") (set (attr "type") (cond [(eq_attr "alternative" "1") (const_string "lea") @@ -9779,7 +9779,7 @@ return "<shiftrt>{<imodesuffix>}\t{%2, %0|%0, %2}"; } } - [(set_attr "isa" "base,bmi2") + [(set_attr "isa" "*,bmi2") (set_attr "type" "ishift,ishiftx") (set (attr "length_immediate") (if_then_else @@ -9832,7 +9832,7 @@ return "<shiftrt>{l}\t{%2, %k0|%k0, %2}"; } } - [(set_attr "isa" "base,bmi2") + [(set_attr "isa" "*,bmi2") (set_attr "type" "ishift,ishiftx") (set (attr "length_immediate") (if_then_else @@ -10159,7 +10159,7 @@ return "<rotate>{<imodesuffix>}\t{%2, %0|%0, %2}"; } } - [(set_attr "isa" "base,bmi2") + [(set_attr "isa" "*,bmi2") (set_attr "type" "rotate,rotatex") (set (attr "length_immediate") (if_then_else @@ -10225,7 +10225,7 @@ return "<rotate>{l}\t{%2, %k0|%k0, %2}"; } } - [(set_attr "isa" "base,bmi2") + [(set_attr "isa" "*,bmi2") (set_attr "type" "rotate,rotatex") (set (attr "length_immediate") (if_then_else |