]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add 128-bit FLDPQ and FSTPQ instructions for arm64
authoreric fang <eric.fang@arm.com>
Mon, 23 Nov 2020 10:59:33 +0000 (10:59 +0000)
committereric fang <eric.fang@arm.com>
Thu, 4 Mar 2021 01:26:21 +0000 (01:26 +0000)
commit79beddc773ecca50c283dde6aad7c80929da0554
tree83c492dc5a572cceeaffb9c549714f53d46c5f02
parent12bb256cb30a76b540dbbc1cac38d7044facfa29
cmd/asm: add 128-bit FLDPQ and FSTPQ instructions for arm64

This CL adds assembly support for 128-bit FLDPQ and FSTPQ instructions.

This CL also deletes some wrong pre/post-indexed LDP and STP instructions,
such as {ALDP, C_UAUTO4K, C_NONE, C_NONE, C_PAIR, 74, 8, REGSP, 0, C_XPRE},
because when the offset type is C_UAUTO4K, pre and post don't work.

Change-Id: Ifd901d4440eb06eb9e86c9dd17518749fdf32848
Reviewed-on: https://go-review.googlesource.com/c/go/+/273668
Trust: eric fang <eric.fang@arm.com>
Run-TryBot: eric fang <eric.fang@arm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: eric fang <eric.fang@arm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/asm/internal/asm/testdata/arm64error.s
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/arm64/anames.go
src/cmd/internal/obj/arm64/anames7.go
src/cmd/internal/obj/arm64/asm7.go