]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: PRNO tidy
authorFlorian Krohm <flo2030@eich-krohm.de>
Thu, 27 Mar 2025 16:30:03 +0000 (16:30 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Thu, 27 Mar 2025 16:30:03 +0000 (16:30 +0000)
commit6f373a5f779c9e35b1fe1235298357db73aee088
tree8f1690d8e2efdedfc70fdbe8de2a5bf3b4029aaa
parentd17844ca7c98188b0ce7a6cfff99f55da7d82805
s390x: PRNO tidy

The mnemonics PRNO and PPNO denote the same opcode. Both names were used
in the code. Not anymore. From now on: consistent naming PRNO / prno

While I was at it:
- Remove left-overs from the early days when PRNO was implemented by means
  of dirty helpers.
- Fix disassembly to use "prno".
- Fix a bug in s390_irgen_DFLTCC which was using "ppno" as mnemonic.
VEX/priv/guest_s390_defs.h
VEX/priv/guest_s390_helpers.c
VEX/priv/guest_s390_toIR.c
VEX/priv/main_main.c
VEX/priv/s390_defs.h
VEX/pub/libvex_emnote.h