qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/7] target-mips improvements
@ 2012-09-17 21:35 Richard Henderson
  2012-09-17 21:35 ` [Qemu-devel] [PATCH 1/7] target-mips: Set opn in gen_ldst_multiple Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Richard Henderson @ 2012-09-17 21:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-09-18 16:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 21:35 [Qemu-devel] [PATCH v2 0/7] target-mips improvements Richard Henderson
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

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).