Commit f8b20fd0 by Jeffrey A Law Committed by Jeff Law

pa.md (call, call_value): Use "word_mode" instead of "SImode" as needed.

        * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
        needed.

From-SVN: r28321
parent 885ae155
Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com) Wed Jul 28 13:18:35 1999 Jeffrey A Law (law@cygnus.com)
* pa.md (reload_indi, reload_outdi): Scratch register should * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
be a DImode register. needed.
(call, call_value): Use "word_mode" instead of "SImode" as needed.
Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
......
...@@ -2408,7 +2408,7 @@ ...@@ -2408,7 +2408,7 @@
(define_expand "reload_indi" (define_expand "reload_indi"
[(set (match_operand:DI 0 "register_operand" "=f") [(set (match_operand:DI 0 "register_operand" "=f")
(match_operand:DI 1 "non_hard_reg_operand" "")) (match_operand:DI 1 "non_hard_reg_operand" ""))
(clobber (match_operand:DI 2 "register_operand" "=&r"))] (clobber (match_operand:SI 2 "register_operand" "=&r"))]
"" ""
" "
{ {
...@@ -2423,7 +2423,7 @@ ...@@ -2423,7 +2423,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" "f"))
(clobber (match_operand:DI 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