diff options
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/s390-opc.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0cffc7a..4b4f7ba 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2008-12-30 Martin Schwidefsky <schwidefskyy@de.ibm.com> + + * s390-opc.txt: Add ptff instruction. + 2008-12-24 Jan Kratochvil <jan.kratochvil@redhat.com> * Makefile.am (CFILES, ALL_MACHINES): Add LM32 source and object files. diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 52c2eba..0753af0 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -750,6 +750,7 @@ c00c oihf RIL_RU "or immediate high" z9-109 zarch c00d oilf RIL_RU "or immediate low" z9-109 zarch c205 slfi RIL_RU "subtract logical immediate 32" z9-109 zarch c204 slgfi RIL_RU "subtract logical immediate 64<32" z9-109 zarch +0104 ptff E "perform timing facility function" z9-109 zarch # z9-109 store facility list extended b2b0 stfle S_RD "store facility list extended" z9-109 zarch # z9-109 store clock fast |