]> Cypherpunks repositories - gostls13.git/commit
cmd/asm, cmd/internal/obj/s390x: fix encoding of VREPI{H,F,G}
authorMichael Munday <munday@ca.ibm.com>
Sun, 22 Jan 2017 17:12:22 +0000 (12:12 -0500)
committerMichael Munday <munday@ca.ibm.com>
Wed, 1 Feb 2017 19:37:18 +0000 (19:37 +0000)
commitfd118b69fabda2f5def2f46606a0ec23f093cbb9
treea0ed080891a4649fdc2abe6fcfd9bfcd5bf92c8b
parent7f31971f594edbacbdba5407aaee042850fbd220
cmd/asm, cmd/internal/obj/s390x: fix encoding of VREPI{H,F,G}

Also adds tests for all missing VRI-a instructions (which may be
affected by this change).

Fixes #18749.

Change-Id: I48249dda626f32555da9ab58659e2e140de6504a
Reviewed-on: https://go-review.googlesource.com/35561
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/asmz.go