]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add VTBX instruction on arm64
authorNick Ripley <nick.ripley@datadoghq.com>
Fri, 17 Jun 2022 20:33:14 +0000 (16:33 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 9 Aug 2022 13:39:27 +0000 (13:39 +0000)
commit9e8020b2d4a4730a7b2c75a0091473dc7583959b
tree980cbb161a76a8016db68e0cbea7e344960a7798
parentffe5f085cd8b289a7853fcdb3c26adbebda09fd6
cmd/asm: add VTBX instruction on arm64

Change-Id: Icd9eeb78bfc0c0bbe19dcb9841c9fdc0abc29cc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/413314
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/asm/internal/arch/arm64.go
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