Commit 1984b4af by Jeffrey A Law Committed by Jeff Law

pa.md (reload_indi, [...]): Allow any register for the original reload register.


        * pa.md (reload_indi, reload_outdi): Allow any register for the
        original reload register.

From-SVN: r28355
parent 33a46825
Sat Jul 31 04:10:01 1999 Jeffrey A Law (law@cygnus.com)
* pa.md (reload_indi, reload_outdi): Allow any register for the
original reload register.
Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com> Fri Jul 30 19:41:35 1999 Jim Wilson <wilson@cygnus.com>
* cccp.c (print_help): Change marcos to macros. * cccp.c (print_help): Change marcos to macros.
......
...@@ -2406,7 +2406,7 @@ ...@@ -2406,7 +2406,7 @@
}") }")
(define_expand "reload_indi" (define_expand "reload_indi"
[(set (match_operand:DI 0 "register_operand" "=f") [(set (match_operand:DI 0 "register_operand" "=Z")
(match_operand:DI 1 "non_hard_reg_operand" "")) (match_operand:DI 1 "non_hard_reg_operand" ""))
(clobber (match_operand:SI 2 "register_operand" "=&r"))] (clobber (match_operand:SI 2 "register_operand" "=&r"))]
"" ""
...@@ -2422,7 +2422,7 @@ ...@@ -2422,7 +2422,7 @@
(define_expand "reload_outdi" (define_expand "reload_outdi"
[(set (match_operand:DI 0 "general_operand" "") [(set (match_operand:DI 0 "general_operand" "")
(match_operand:DI 1 "register_operand" "f")) (match_operand:DI 1 "register_operand" "Z"))
(clobber (match_operand:SI 2 "register_operand" "=&r"))] (clobber (match_operand:SI 2 "register_operand" "=&r"))]
"" ""
" "
......
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