Re: [risu PATCH 1/2] risugen: allow instructions with length > 32 bit

2023-10-31 Thread Peter Maydell
On Fri, 27 Oct 2023 at 11:05, Thomas Huth wrote: > > 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. Thus let's > change the generator to support longer instructions, too.

[risu PATCH 1/2] risugen: allow instructions with length > 32 bit

2023-10-27 Thread 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. Thus let's change the generator to support longer instructions, too. This adds support for 48-bit instructions on s390x, while