[risu PATCH 0/2] Add support for instructions with length > 32 bit

Thomas Huth posted 2 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
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(-)
[risu PATCH 0/2] Add support for instructions with length > 32 bit
Posted by Thomas Huth 1 year, 1 month ago
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