]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64
authorerifan01 <eric.fang@arm.com>
Wed, 17 May 2023 04:01:07 +0000 (12:01 +0800)
committerEric Fang <eric.fang@arm.com>
Thu, 18 May 2023 01:40:37 +0000 (01:40 +0000)
commit6ed847431709c673adbb783d3bbc3d75e4df590c
tree10300dbb58d8266973b4505e377ee837ccd98313
parent956d31ecd50fa11b66e4ad39a30677acb5616476
cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64

ARM64 doesn't have MOVNP/MOVNPW and STLP/STLPW instructions, which are
currently useless instructions as well. This CL deletes them. At the
same time this CL sorts the opcodes by name, which looks cleaner.

Change-Id: I25cfb636b23356ba0a50cba527a8c85b3f7e2ee4
Reviewed-on: https://go-review.googlesource.com/c/go/+/495695
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Eric Fang <eric.fang@arm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/arm64/anames.go
src/cmd/internal/obj/arm64/asm7.go