qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [risu PATCH 0/2] Add support for instructions with length > 32 bit
@ 2023-10-27 10:04 Thomas Huth
  2023-10-27 10:04 ` [risu PATCH 1/2] risugen: allow " Thomas Huth
  2023-10-27 10:04 ` [risu PATCH 2/2] s390x.risu: Add some instructions with a length of 48 bits Thomas Huth
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2023-10-27 10:04 UTC (permalink / raw)
  To: Peter Maydell
  Cc: qemu-devel, qemu-s390x, Sebastian Mitterle, Ilya Leoshkevich,
	Laurent Vivier, Thomas Huth

RISU currently only supports instructions with a length of
16 bit or 32 bit, however classical CISC systems like s390x
also have instructions that are longer than 32 bit. The first
patch improves the generator to support instructions with
more than 32 bits, and the second patch adds some 48-bit
instructions to the s390x.risu file.

Thomas Huth (2):
  risugen: allow instructions with length > 32 bit
  s390x.risu: Add some instructions with a length of 48 bits

 risugen                | 48 +++++++++++++++++++++++++++++-------------
 risugen_arm.pm         |  6 +++---
 risugen_common.pm      |  2 +-
 risugen_loongarch64.pm |  4 ++--
 risugen_m68k.pm        |  6 +++---
 risugen_ppc64.pm       |  4 ++--
 risugen_s390x.pm       | 17 +++++++++++----
 s390x.risu             | 20 ++++++++++++++++++
 8 files changed, 77 insertions(+), 30 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-10-31 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 10:04 [risu PATCH 0/2] Add support for instructions with length > 32 bit Thomas Huth
2023-10-27 10:04 ` [risu PATCH 1/2] risugen: allow " Thomas Huth
2023-10-31 15:34   ` Peter Maydell
2023-10-27 10:04 ` [risu PATCH 2/2] s390x.risu: Add some instructions with a length of 48 bits Thomas Huth

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