]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add KMA and KMCTR instructions on s390x.
authorroot <vishwanatha.hd@ibm.com>
Wed, 2 Aug 2023 09:46:27 +0000 (09:46 +0000)
committerCherry Mui <cherryyz@google.com>
Tue, 5 Sep 2023 16:41:03 +0000 (16:41 +0000)
commita40404da748f0a9c7da19b077634fd7334ca5802
tree3b7a218f43e83a99cb66bc5aafc0c2b90f5091b9
parenta2647f08f0c4e540540a7ae1b9ba7e668e6fed80
cmd/asm: add KMA and KMCTR instructions on s390x.

This CL is to add assembly instruction mnemonics for the following instructions, mainly used in crypto packages.

 * KMA    - cipher message with authentication
 * KMCTR  - cipher message with counter

Fixes #61163

Change-Id: Iff9a69911aeb4fab4bca8755b23a106eaebb2332
Reviewed-on: https://go-review.googlesource.com/c/go/+/515195
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/anames.go
src/cmd/internal/obj/s390x/asmz.go
src/crypto/aes/asm_s390x.s
src/internal/cpu/cpu_s390x.s