]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390: Add bfp-emit.pl (BZ 509572)
authorFlorian Krohm <flo2030@eich-krohm.de>
Fri, 19 Sep 2025 22:06:27 +0000 (22:06 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Fri, 19 Sep 2025 22:07:43 +0000 (22:07 +0000)
commit9a1dbff3812a71ea556b9d80056a11ca8ff88023
tree89e7e0f98233477be5c8b0e88aef0e4dee34a34f
parent0aecd4fe70e1522314866c48b6de20b6ea2f08a3
s390: Add bfp-emit.pl  (BZ 509572)

For a BFP insn X in the guest code the same insn will be emitted in
the jitted code. This does not hold universally but for most BFP
insns it does.
bfp-emit.pl contains a complete list of all BFP insns as of Principles
of Operations SA22-7832-14. It tests all insns for which the above
observation is true and ensures the emitted insn matches the insn in
the guest code.

Part of fixing https://bugs.kde.org/show_bug.cgi?id=509572
none/tests/s390x/Makefile.am
none/tests/s390x/bfp-emit.pl [new file with mode: 0755]
none/tests/s390x/bfp-emit.post.exp [new file with mode: 0644]
none/tests/s390x/bfp-emit.stderr.exp [new file with mode: 0644]
none/tests/s390x/bfp-emit.vgtest [new file with mode: 0644]