]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390x
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Wed, 11 Sep 2024 04:53:00 +0000 (06:53 +0200)
committerCherry Mui <cherryyz@google.com>
Wed, 18 Sep 2024 15:49:24 +0000 (15:49 +0000)
commit889178d5b67b0e2687e1c04c5ea9c2774b0d466a
tree05f68ba77be62fe5e435d181c75b4294db4fc35b
parent6cce1911b77dad1afd3cf6dd34699d933f060978
cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390x

M6 field for all extended mnemonics of VSTRC set to zero
This fixes VSTRC codegen to emit correctly  and added testcases for all
the extended mnemonics.

Fixes #69216

Change-Id: I2a1b7fb61d6bd6444286eab56a506225c90b75e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/612315
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/asmz.go
src/cmd/internal/obj/s390x/vector.go