]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add VLD[1-4]R vector instructions on arm64
authorMeng Zhuo <mengzhuo1203@gmail.com>
Wed, 2 Oct 2019 03:50:34 +0000 (11:50 +0800)
committerCherry Zhang <cherryyz@google.com>
Thu, 3 Oct 2019 20:31:11 +0000 (20:31 +0000)
commit2bf7a925712dca5646f9215cda17c5b61eea14ce
tree9ee32fcbdfb5e30b26cd1313a31f0f8308b78bcd
parent5fe3b49a0540aacf685273a43b0fb31b44cf5dd6
cmd/asm: add VLD[1-4]R vector instructions on arm64

This change adds VLD1R, VLD2R, VLD3R, VLD4R

Change-Id: Ie19e9ae02fdfc94b9344acde8c9938849efb0bf0
Reviewed-on: https://go-review.googlesource.com/c/go/+/181697
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