]> Cypherpunks repositories - gostls13.git/commit
cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructions
authorPaul E. Murphy <murp@ibm.com>
Tue, 18 Aug 2020 21:26:42 +0000 (16:26 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 19 Aug 2020 17:54:18 +0000 (17:54 +0000)
commit64350f1eabeb688e997c6cd0c103e21c02ab2a46
treed95ae76b2bee400d67e1302b04c1b46725e74353
parent01aad9ea939fed313d5c51778485349435302ead
cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructions

These are the indexed vsx load operations with the
same endian and alignment benefits of {l,st}vx.

Likewise, cleanup redundant comments in op{load,store}x and
fix ISA 3.0 typos nearby.

Change-Id: Ie1ace17c6150cf9168a834e435114028ff6eb07c
Reviewed-on: https://go-review.googlesource.com/c/go/+/249025
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
src/cmd/asm/internal/asm/testdata/ppc64.s
src/cmd/asm/internal/asm/testdata/ppc64enc.s
src/cmd/internal/obj/ppc64/asm9.go