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