diff options
| author | Meng Zhuo <mengzhuo1203@gmail.com> | 2019-10-02 11:50:34 +0800 |
|---|---|---|
| committer | Cherry Zhang <cherryyz@google.com> | 2019-10-03 20:31:11 +0000 |
| commit | 2bf7a925712dca5646f9215cda17c5b61eea14ce (patch) | |
| tree | 9ee32fcbdfb5e30b26cd1313a31f0f8308b78bcd /src/cmd/internal/obj/arm64/a.out.go | |
| parent | 5fe3b49a0540aacf685273a43b0fb31b44cf5dd6 (diff) | |
| download | go-2bf7a925712dca5646f9215cda17c5b61eea14ce.tar.xz | |
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>
Diffstat (limited to 'src/cmd/internal/obj/arm64/a.out.go')
| -rw-r--r-- | src/cmd/internal/obj/arm64/a.out.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/arm64/a.out.go b/src/cmd/internal/obj/arm64/a.out.go index f793cdc4f9..4e5eb75a22 100644 --- a/src/cmd/internal/obj/arm64/a.out.go +++ b/src/cmd/internal/obj/arm64/a.out.go @@ -956,6 +956,10 @@ const ( AVLD2 AVLD3 AVLD4 + AVLD1R + AVLD2R + AVLD3R + AVLD4R AVORR AVREV32 AVREV64 |
