altivec.md (altivec_vnmsubfp): Fix wrong pattern.
* config/rs6000/altivec.md (altivec_vnmsubfp): Fix wrong pattern. [[Split portion of a mixed commit.]] Co-Authored-By: Mostafa Hagog <mustafa@il.ibm.com> From-SVN: r85466.2
This commit is contained in:
parent
ee712eab15
commit
097538f13d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-03 Yossi Markovich <yossim@il.ibm.com>
|
||||||
|
Mostafa Hagog <mustafa@il.ibm.com>
|
||||||
|
|
||||||
|
* config/rs6000/altivec.md (altivec_vnmsubfp): Fix wrong pattern.
|
||||||
|
|
||||||
2004-08-02 Geoffrey Keating <geoffk@apple.com>
|
2004-08-02 Geoffrey Keating <geoffk@apple.com>
|
||||||
|
|
||||||
* dwarf2out.c (output_call_frame_info): Don't change data format
|
* dwarf2out.c (output_call_frame_info): Don't change data format
|
||||||
|
|
|
@ -610,9 +610,9 @@
|
||||||
;; Fused multiply subtract
|
;; Fused multiply subtract
|
||||||
(define_insn "altivec_vnmsubfp"
|
(define_insn "altivec_vnmsubfp"
|
||||||
[(set (match_operand:V4SF 0 "register_operand" "=v")
|
[(set (match_operand:V4SF 0 "register_operand" "=v")
|
||||||
(minus:V4SF (mult:V4SF (match_operand:V4SF 1 "register_operand" "v")
|
(neg:V4SF (minus:V4SF (mult:V4SF (match_operand:V4SF 1 "register_operand" "v")
|
||||||
(match_operand:V4SF 2 "register_operand" "v"))
|
(match_operand:V4SF 2 "register_operand" "v"))
|
||||||
(match_operand:V4SF 3 "register_operand" "v")))]
|
(match_operand:V4SF 3 "register_operand" "v"))))]
|
||||||
"TARGET_ALTIVEC"
|
"TARGET_ALTIVEC"
|
||||||
"vnmsubfp %0,%1,%2,%3"
|
"vnmsubfp %0,%1,%2,%3"
|
||||||
[(set_attr "type" "vecfloat")])
|
[(set_attr "type" "vecfloat")])
|
||||||
|
|
Loading…
Add table
Reference in a new issue