Commit 0aefc57b by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r28501
parent 430e7edf
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.
......
......@@ -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)"
"@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment