qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net
Subject: [Qemu-devel] [PATCH v2 0/7] target-mips improvements
Date: Mon, 17 Sep 2012 14:35:06 -0700	[thread overview]
Message-ID: <1347917713-23343-1-git-send-email-rth@twiddle.net> (raw)

The thread that Aurelien replied to was from March.  Going back to
revive that patch I found I'd done some further work in April, which
I may never have got around to posting.

The first three patches fix compilation errors when MIPS_DEBUG_DISAS
is defined.

The second three patches change the mips target to use TCG registers
for the FPU.  While they help the quality of the generated code for
LMI, they are not required.

The final patch implements LMI.  Except for the existance of the
gen_load/store_fpr_pair functions introduced in patch 6, the final
patch is independent of the transition to TCG registers.

I've addressed the issues raised by Aurelien in his v1 review.


r~


Richard Henderson (7):
  target-mips: Set opn in gen_ldst_multiple.
  target-mips: Fix MIPS_DEBUG.
  target-mips: Always evaluate debugging macro arguments
  target-mips: Pass DisasContext to fpr32 load/store routines
  target-mips: Use TCG registers for the FPU.
  target-mips: Add accessors for the two 32-bit halves of a 64-bit FPR
  target-mips: Implement Loongson Multimedia Instructions

 target-mips/Makefile.objs |   2 +-
 target-mips/helper.h      |  59 +++
 target-mips/lmi_helper.c  | 744 +++++++++++++++++++++++++++++++++++
 target-mips/translate.c   | 962 +++++++++++++++++++++++++++++++++-------------
 4 files changed, 1492 insertions(+), 275 deletions(-)
 create mode 100644 target-mips/lmi_helper.c

-- 
1.7.11.4

             reply	other threads:[~2012-09-17 21:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-17 21:35 Richard Henderson [this message]
2012-09-17 21:35 ` [Qemu-devel] [PATCH 1/7] target-mips: Set opn in gen_ldst_multiple Richard Henderson
2012-09-18 16:38   ` Aurelien Jarno
2012-09-17 21:35 ` [Qemu-devel] [PATCH 2/7] target-mips: Fix MIPS_DEBUG Richard Henderson
2012-09-18 16:38   ` Aurelien Jarno
2012-09-17 21:35 ` [Qemu-devel] [PATCH 3/7] target-mips: Always evaluate debugging macro arguments Richard Henderson
2012-09-18 16:38   ` Aurelien Jarno
2012-09-17 21:35 ` [Qemu-devel] [PATCH 4/7] target-mips: Pass DisasContext to fpr32 load/store routines Richard Henderson
2012-09-18 16:39   ` Aurelien Jarno
2012-09-17 21:35 ` [Qemu-devel] [PATCH 5/7] target-mips: Use TCG registers for the FPU Richard Henderson
2012-09-18 16:39   ` Aurelien Jarno
2012-09-17 21:35 ` [Qemu-devel] [PATCH 6/7] target-mips: Add accessors for the two 32-bit halves of a 64-bit FPR Richard Henderson
2012-09-17 21:35 ` [Qemu-devel] [PATCH 7/7] target-mips: Implement Loongson Multimedia Instructions Richard Henderson
2012-09-18 16:39   ` Aurelien Jarno

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=1347917713-23343-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.net \
    --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).