pa.md: Fix typo from last change.

* pa.md:  Fix typo from last change.  Remove DFmode move to and from
	SAR register.

From-SVN: r81932
This commit is contained in:
John David Anglin 2004-05-17 03:01:23 +00:00 committed by John David Anglin
parent 43d95aeec1
commit 15581992c8
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2004-05-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.md: Fix typo from last change. Remove DFmode move to and from
SAR register.
2004-05-16 Richard Earnshaw <rearnsha@arm.com>
PR target/10982

View File

@ -2880,7 +2880,7 @@
ldh%M1 %1,%0
sth%M0 %r1,%0
mtsar %r1
mfctr %sar,%0
{mfctl|mfctl,w} %sar,%0
fcpy,sgl %f1,%0"
[(set_attr "type" "move,move,move,shift,load,store,move,move,fpalu")
(set_attr "pa_combine_type" "addmove")
@ -3960,9 +3960,9 @@
(define_insn ""
[(set (match_operand:DF 0 "move_dest_operand"
"=!*r,*r,*r,*r,*r,Q,!*q,!r,f,f,T")
"=!*r,*r,*r,*r,*r,Q,f,f,T")
(match_operand:DF 1 "move_src_operand"
"!*r,J,N,K,RQ,*rM,!*rM,!*q,fM,RT,f"))]
"!*r,J,N,K,RQ,*rM,fM,RT,f"))]
"(register_operand (operands[0], DFmode)
|| reg_or_0_operand (operands[1], DFmode))
&& !TARGET_SOFT_FLOAT && TARGET_64BIT"
@ -3973,14 +3973,12 @@
depdi,z %z1,%0
ldd%M1 %1,%0
std%M0 %r1,%0
mtsar %r1
{mfctl|mfctl,w} %%sar,%0
fcpy,dbl %f1,%0
fldd%F1 %1,%0
fstd%F0 %1,%0"
[(set_attr "type" "move,move,move,shift,load,store,move,move,fpalu,fpload,fpstore")
[(set_attr "type" "move,move,move,shift,load,store,fpalu,fpload,fpstore")
(set_attr "pa_combine_type" "addmove")
(set_attr "length" "4,4,4,4,4,4,4,4,4,4,4")])
(set_attr "length" "4,4,4,4,4,4,4,4,4")])
(define_expand "movdi"