qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] ARM: AREG0 conversion
@ 2012-03-24 18:58 Blue Swirl
  2012-03-25 22:29 ` Richard Henderson
  2012-03-26 11:52 ` Peter Maydell
  0 siblings, 2 replies; 14+ messages in thread
From: Blue Swirl @ 2012-03-24 18:58 UTC (permalink / raw)
  To: qemu-devel, Paul Brook, Peter Maydell

v2: fix patch 1, tweak patch 2 and rebase to master.

URL	git://repo.or.cz/qemu/blueswirl.git
	http://repo.or.cz/r/qemu/blueswirl.git

Blue Swirl (6):
  arm: move neon_tbl to neon_helper.c
  arm: move saturating arithmetic to helper.c
  arm: move other arithmetic to helper.c
  arm: move cpsr and banked register access to helper.c
  arm: move exception and wfi helpers to helper.c
  arm: move load and store helpers, switch to AREG0 free mode

 Makefile.target          |    6 +-
 configure                |    2 +-
 target-arm/helper.c      |  387 +++++++++++++++++++++++++++++++++++++++++-
 target-arm/helper.h      |   60 ++++----
 target-arm/neon_helper.c |   22 +++
 target-arm/op_helper.c   |  430 ----------------------------------------------
 target-arm/translate.c   |  148 ++++++++--------
 7 files changed, 512 insertions(+), 543 deletions(-)
 delete mode 100644 target-arm/op_helper.c

-- 
1.7.9

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

end of thread, other threads:[~2012-03-29 16:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24 18:58 [Qemu-devel] [PATCH v2 0/6] ARM: AREG0 conversion Blue Swirl
2012-03-25 22:29 ` Richard Henderson
2012-03-26 11:52 ` Peter Maydell
2012-03-26 12:46   ` Lluís Vilanova
2012-03-26 12:48     ` Andreas Färber
2012-03-26 13:05   ` Paul Brook
2012-03-26 17:02     ` Blue Swirl
2012-03-26 17:59       ` Lluís Vilanova
2012-03-27 13:40       ` Laurent Desnogues
2012-03-27 16:48         ` Blue Swirl
2012-03-27 17:01           ` Laurent Desnogues
2012-03-27 19:59             ` Artyom Tarasenko
2012-03-29 15:42               ` Laurent Desnogues
2012-03-29 16:28                 ` Richard Henderson

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