s390: convert ".insn" encoding to instruction names
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 25 Feb 2022 09:39:02 +0000 (10:39 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 10 Mar 2022 14:58:17 +0000 (15:58 +0100)
commit731efc9613ee073c8944d0d56616d421cf906b0b
tree150df4db1325ff8b54b0ed2ec3662043463ddc00
parent10bc15ba3a853723267016274b58be6c9a6e64da
s390: convert ".insn" encoding to instruction names

With z10 as minimum supported machine generation many ".insn" encodings
could be now converted to instruction names. There are couple of exceptions
- stfle is used from the als code built for z900 and cannot be converted
- few ".insn" directives encode unsupported instruction formats

The generated code is identical before/after this change.

Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/crypto/chacha-s390.S
arch/s390/include/asm/cpu_mf.h
arch/s390/include/asm/pgtable.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/timex.h
arch/s390/include/asm/tlbflush.h
arch/s390/kernel/entry.S
arch/s390/kernel/ftrace.c
arch/s390/lib/uaccess.c
arch/s390/mm/gmap.c