]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Support the PPA instruction
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 3 Apr 2025 15:40:03 +0000 (17:40 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Thu, 3 Apr 2025 17:17:06 +0000 (19:17 +0200)
commit5cb67042c8dfae139def50942dfa8243442752df
treecc5a099ced38189d8d85de6559b946b94c518fdb
parenta2e2a414251633ad38942c3a9c3cdced68e871e0
s390x: Support the PPA instruction

The perform processor assist (PPA) instruction provides the CPU with
special execution hints.  It belongs to the processor-assist facility,
which shares facility bit 49 with the execution-hint and load-and-trap
facilities and with the miscellaneous-instruction-extensions facility 1.

Implementing PPA enables setting facility bit 49 to one.  Similar to other
execution hint instructions, implement PPA as a no-op for now.
VEX/priv/guest_s390_toIR.c
coregrind/m_extension/extension-s390x.c
docs/internals/s390-opcodes.csv
none/tests/s390x/disasm-test/opcode.c