]> Cypherpunks repositories - gostls13.git/commit
cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encoding
authorMichael Munday <munday@ca.ibm.com>
Fri, 14 Oct 2016 15:37:55 +0000 (11:37 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 21 Oct 2016 02:14:57 +0000 (02:14 +0000)
commit930ab0afd787214d379aca230944d0d41c8b90e6
tree743779411568cfca77c0e90dcf92163b2b917a81
parent0f29942489409ccd81619b5f82fce9c7de18165f
cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encoding

The m5 and m6 fields were the wrong way round.

Fixes #17444.

Change-Id: I10297064f2cd09d037eac581c96a011358f70aae
Reviewed-on: https://go-review.googlesource.com/31130
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/asmz.go