From ba2b480f1037082d27da1afdfe0793c8aac9b1bd Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Mon, 15 Feb 2021 14:20:00 +0100 Subject: IBM Z: Implement instruction set extensions opcodes/ * s390-mkopc.c (main): Accept arch14 as cpu string. * s390-opc.txt: Add new arch14 instructions. include/ * opcode/s390.h (enum s390_opcode_cpu_val): Add S390_OPCODE_ARCH14. gas/ * config/tc-s390.c (s390_parse_cpu): New entry for arch14. * doc/c-s390.texi: Document arch14 march option. * testsuite/gas/s390/s390.exp: Run the arch14 related tests. * testsuite/gas/s390/zarch-arch14.d: New test. * testsuite/gas/s390/zarch-arch14.s: New test. --- gas/doc/c-s390.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gas/doc') diff --git a/gas/doc/c-s390.texi b/gas/doc/c-s390.texi index 02881c3..1d86f09 100644 --- a/gas/doc/c-s390.texi +++ b/gas/doc/c-s390.texi @@ -18,7 +18,7 @@ and eleven chip levels. The architecture modes are the Enterprise System Architecture (ESA) and the newer z/Architecture mode. The chip levels are g5 (or arch3), g6, z900 (or arch5), z990 (or arch6), z9-109, z9-ec (or arch7), z10 (or arch8), z196 (or arch9), zEC12 (or arch10), z13 -(or arch11), z14 (or arch12), and z15 (or arch13). +(or arch11), z14 (or arch12), z15 (or arch13), or arch14. @menu * s390 Options:: Command-line Options. @@ -70,8 +70,9 @@ are recognized: @code{z196} (or @code{arch9}), @code{zEC12} (or @code{arch10}), @code{z13} (or @code{arch11}), -@code{z14} (or @code{arch12}), and -@code{z15} (or @code{arch13}). +@code{z14} (or @code{arch12}), +@code{z15} (or @code{arch13}), and +@code{arch14}. Assembling an instruction that is not supported on the target processor results in an error message. -- cgit v1.1