qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: laurent@vivier.eu
Subject: [Qemu-devel] [PATCH 0/4] target-m68k areg writeback
Date: Tue,  1 Nov 2016 15:29:43 -0600	[thread overview]
Message-ID: <1478035787-16893-1-git-send-email-rth@twiddle.net> (raw)

Here's the patch I almost wrote in the email, followed by
a cleanup that allows cmpm to be written "nicely".

I can test this to some extent with the coldfire kernel,
but of course coldfire can't excersise any of the tricky
edge cases that m68000 can.

I'm particularly interested in edge cases like

	mov.b	a0@+, a0@+
	movea	a0@+, a0
	movea	a0, a0@-

The first two are not really useful and likely not show up
in normal code.  The third may well do so; I think our
current code gets it wrong, but this will get it right.


r~


Laurent Vivier (1):
  target-m68k: add cmpm

Richard Henderson (3):
  target-m68k: Delay autoinc writeback
  target-m68k: Split gen_lea and gen_ea
  target-m68k: Use gen_ea_mode in cmpm

 target-m68k/translate.c | 207 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 136 insertions(+), 71 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-11-01 21:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 21:29 Richard Henderson [this message]
2016-11-01 21:29 ` [Qemu-devel] [PATCH 1/4] target-m68k: Delay autoinc writeback Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 2/4] target-m68k: Split gen_lea and gen_ea Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 3/4] target-m68k: add cmpm Richard Henderson
2016-11-01 21:29 ` [Qemu-devel] [PATCH 4/4] target-m68k: Use gen_ea_mode in cmpm Richard Henderson
2016-11-02 13:04   ` Laurent Vivier
2016-11-02 12:07 ` [Qemu-devel] [PATCH 0/4] target-m68k areg writeback Laurent Vivier
2016-11-02 15:25   ` Richard Henderson
2016-11-02 15:32     ` Laurent Vivier

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=1478035787-16893-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /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 NNTP newsgroup(s).