]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: remove AMOVBU from optab
authorerifan01 <eric.fang@arm.com>
Tue, 25 Oct 2022 06:03:26 +0000 (14:03 +0800)
committerEric Fang <eric.fang@arm.com>
Thu, 27 Oct 2022 01:24:07 +0000 (01:24 +0000)
commit612bb34af5299a33b0b5bdebc92a775153d72ebb
tree8817701065c0511f388222243cb3219ef973211f
parent264753c0432c728989970786398c2bcf241a43dd
cmd/internal/obj/arm64: remove AMOVBU from optab

The instruction format of MOVBU is the same with MOVB, this CL deletes
MOVBU from optab for simplicity.

Change-Id: Ib034d6c29dd9793cf3e6f9fa8abff0ed0d931d0e
Reviewed-on: https://go-review.googlesource.com/c/go/+/445295
Run-TryBot: Eric Fang <eric.fang@arm.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/obj/arm64/asm7.go