]> Cypherpunks repositories - gostls13.git/commit
cmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64 assembler
authorLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 13 Nov 2018 21:05:15 +0000 (16:05 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 28 Nov 2018 21:49:33 +0000 (21:49 +0000)
commit048580d341a530bb8d9ca891f95ce79aace4151f
treed7aa2efc452e48d7e8267299458f7d3c1ddb5e36
parent9aadbf5755dc8e3c3b0a224f513c92b804a1a3a7
cmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64 assembler

VPERMXOR is missing from the Go assembler for ppc64. It has the
same format as VPERM. It was requested by an external user so
they could write an optimized algorithm in asm.

Change-Id: Icf4c682f7f46716ccae64e6ae3d62e8cec67f6c1
Reviewed-on: https://go-review.googlesource.com/c/151578
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
src/cmd/asm/internal/asm/testdata/ppc64.s
src/cmd/internal/obj/ppc64/a.out.go
src/cmd/internal/obj/ppc64/anames.go
src/cmd/internal/obj/ppc64/asm9.go