OSDN Git Service

(push_e, pop_e): Add TARGET_SH3E to condition.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Mar 1996 20:11:11 +0000 (20:11 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Mar 1996 20:11:11 +0000 (20:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11459 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.md

index 417be6b..aba707e 100644 (file)
 (define_insn "push_e"
   [(set (mem:SF (pre_dec:SI (reg:SI 15)))
        (match_operand:SF 0 "register_operand" "r,f,y"))]
-  ""
+  "TARGET_SH3E"
   "@
        mov.l   %0,@-r15
        fmov.s  %0,@-r15
 (define_insn "pop_e"
   [(set (match_operand:SF 0 "register_operand" "=r,f,y")
        (mem:SF (post_inc:SI (reg:SI 15))))]
-  ""
+  "TARGET_SH3E"
   "@
        mov.l   @r15+,%0
        fmov.s  @r15+,%0