public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
To: cgen@sources.redhat.com
Subject: [PATCH] m32r's push and pop need PIPE_O attribute.
Date: Fri, 13 Jun 2003 07:26:00 -0000	[thread overview]
Message-ID: <01fd01c3317d$4edd39e0$2569910a@hoku.renesas.com> (raw)

Hello

M32Rx's push and pop instructions have PIPE_O attribute,
but there was specified no PIPE attribute.

Regards,
Kazuhiro Inaoka

cgen/ChangeLog
2003-06-13  Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>

    * cpu/m32r.cpu: push and pop need PIPE_O attribute.

*** m32r.cpu.org Fri Jun 13 15:36:32 2003
--- m32r.cpu Fri Jun 13 15:50:25 2003
***************
*** 1182,1188 ****
  )
  
  (dnmi pop "pop"
!       ()
        "pop $dr"
        (emit ld-plus dr (sr 15)) ; "ld %0,@sp+"
  )
--- 1182,1188 ----
  )
  
  (dnmi pop "pop"
!       ((PIPE O))
        "pop $dr"
        (emit ld-plus dr (sr 15)) ; "ld %0,@sp+"
  )
***************
*** 1857,1863 ****
        )
  )
  
! (dnmi push "push" ()
    "push $src1"
    (emit st-minus src1 (src2 15)) ; "st %0,@-sp"
  )
--- 1857,1864 ----
        )
  )
  
! (dnmi push "push"
!   ((PIPE O))
    "push $src1"
    (emit st-minus src1 (src2 15)) ; "st %0,@-sp"
  )

                 reply	other threads:[~2003-06-13  7:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='01fd01c3317d$4edd39e0$2569910a@hoku.renesas.com' \
    --to=inaoka.kazuhiro@renesas.com \
    --cc=cgen@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).