mirror of git://gcc.gnu.org/git/gcc.git
sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
2011-05-19 Quentin Neill <quentin.neill@amd.com> * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>. (fma4_fmaddsub): Likewise From-SVN: r173929
This commit is contained in:
parent
a30726a434
commit
37cb25ed7a
|
|
@ -1,3 +1,8 @@
|
||||||
|
2011-05-19 Quentin Neill <quentin.neill@amd.com>
|
||||||
|
|
||||||
|
* config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
|
||||||
|
(fma4_fmaddsub): Likewise
|
||||||
|
|
||||||
2011-05-19 Jan Hubicka <jh@suse.cz>
|
2011-05-19 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
* gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
|
* gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
|
||||||
|
|
|
||||||
|
|
@ -1663,7 +1663,7 @@
|
||||||
(match_operand:VF 3 "nonimmediate_operand" "xm,x")]
|
(match_operand:VF 3 "nonimmediate_operand" "xm,x")]
|
||||||
UNSPEC_FMADDSUB))]
|
UNSPEC_FMADDSUB))]
|
||||||
"TARGET_FMA4"
|
"TARGET_FMA4"
|
||||||
"vfmaddsubps\t{%3, %2, %1, %0|%0, %1, %2, %3}"
|
"vfmaddsub<ssemodesuffix>\t{%3, %2, %1, %0|%0, %1, %2, %3}"
|
||||||
[(set_attr "type" "ssemuladd")
|
[(set_attr "type" "ssemuladd")
|
||||||
(set_attr "mode" "<MODE>")])
|
(set_attr "mode" "<MODE>")])
|
||||||
|
|
||||||
|
|
@ -1676,7 +1676,7 @@
|
||||||
(match_operand:VF 3 "nonimmediate_operand" "xm,x"))]
|
(match_operand:VF 3 "nonimmediate_operand" "xm,x"))]
|
||||||
UNSPEC_FMADDSUB))]
|
UNSPEC_FMADDSUB))]
|
||||||
"TARGET_FMA4"
|
"TARGET_FMA4"
|
||||||
"vfmsubaddps\t{%3, %2, %1, %0|%0, %1, %2, %3}"
|
"vfmsubadd<ssemodesuffix>\t{%3, %2, %1, %0|%0, %1, %2, %3}"
|
||||||
[(set_attr "type" "ssemuladd")
|
[(set_attr "type" "ssemuladd")
|
||||||
(set_attr "mode" "<MODE>")])
|
(set_attr "mode" "<MODE>")])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue