Commit 8255ed68 by Jim Wilson

(push_e, pop_e): Add TARGET_SH3E to condition.

From-SVN: r11459
parent 0b35ec04
...@@ -1167,7 +1167,7 @@ ...@@ -1167,7 +1167,7 @@
(define_insn "push_e" (define_insn "push_e"
[(set (mem:SF (pre_dec:SI (reg:SI 15))) [(set (mem:SF (pre_dec:SI (reg:SI 15)))
(match_operand:SF 0 "register_operand" "r,f,y"))] (match_operand:SF 0 "register_operand" "r,f,y"))]
"" "TARGET_SH3E"
"@ "@
mov.l %0,@-r15 mov.l %0,@-r15
fmov.s %0,@-r15 fmov.s %0,@-r15
...@@ -1178,7 +1178,7 @@ ...@@ -1178,7 +1178,7 @@
(define_insn "pop_e" (define_insn "pop_e"
[(set (match_operand:SF 0 "register_operand" "=r,f,y") [(set (match_operand:SF 0 "register_operand" "=r,f,y")
(mem:SF (post_inc:SI (reg:SI 15))))] (mem:SF (post_inc:SI (reg:SI 15))))]
"" "TARGET_SH3E"
"@ "@
mov.l @r15+,%0 mov.l @r15+,%0
fmov.s @r15+,%0 fmov.s @r15+,%0
......
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