]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add V[LD|ST][2-4] vector instructions on arm64
authorMeng Zhuo <mengzhuo1203@gmail.com>
Wed, 20 Mar 2019 15:14:37 +0000 (23:14 +0800)
committerCherry Zhang <cherryyz@google.com>
Wed, 28 Aug 2019 15:29:12 +0000 (15:29 +0000)
commit8403d4ea9046c31b72602c45e9673c25ac12e7bf
tree29c7387cafa58317546259a07a131d2db1a0a5b4
parentbe452cea422114160e192625ac11e83c0fd2b9e3
cmd/asm: add V[LD|ST][2-4] vector instructions on arm64

This change adds VLD2, VLD3, VLD4, VST2, VST3, VST4 (multiple structures)
for image or multi media optimazation.

Change-Id: Iae3538ef4434e436e3fb2f19153c58f918f773af
Reviewed-on: https://go-review.googlesource.com/c/go/+/166518
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/arm64/anames.go
src/cmd/internal/obj/arm64/asm7.go