* pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.

From-SVN: r28501
This commit is contained in:
Jeffrey A Law 1999-08-04 19:13:09 +00:00 committed by Jeff Law
parent 430e7edf8f
commit 0aefc57b5d
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
* pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
Wed Aug 4 11:53:55 1999 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.

View File

@ -1783,8 +1783,8 @@
}")
(define_insn ""
[(set (match_operand:HI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!f")
(match_operand:HI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!fM"))]
[(set (match_operand:HI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!*f")
(match_operand:HI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!*fM"))]
"register_operand (operands[0], HImode)
|| reg_or_0_operand (operands[1], HImode)"
"@
@ -1945,8 +1945,8 @@
}")
(define_insn ""
[(set (match_operand:QI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!f")
(match_operand:QI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!fM"))]
[(set (match_operand:QI 0 "reg_or_nonsymb_mem_operand" "=r,r,r,r,r,Q,*q,!*f")
(match_operand:QI 1 "move_operand" "r,J,N,K,RQ,rM,rM,!*fM"))]
"register_operand (operands[0], QImode)
|| reg_or_0_operand (operands[1], QImode)"
"@