On 04/09/2023 16.20, Ilya Leoshkevich wrote:
On Mon, 2023-09-04 at 16:00 +0200, Thomas Huth wrote:
This only adds a limited set of s390x instructions for initial
testing.
More instructions will be added later.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
s390x.risu | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 s390x.risu
Can this be somehow automatically derived from
target/s390x/tcg/insn-data.h.inc?
Hmm, maybe ... OTOH, if something is wrong in that file, you won't find the
bug with RISU is you used the same source, I guess...
Acked-by: Ilya Leoshkevich <i...@linux.ibm.com>
Thanks!
Thomas