]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W}
authorMatthew Dempsky <mdempsky@google.com>
Fri, 8 Oct 2021 19:19:57 +0000 (12:19 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 8 Oct 2021 21:38:44 +0000 (21:38 +0000)
commit74abcabf3045d2c893a517c872ace719f0e9d88f
treea1547bdd2fe590c6fe7b779eee80c9d2d18dc3f5
parent7fcf9a1e58c088eb63b7fc3db494016bf210966b
cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W}

The double suffix doesn't seem to serve any purpose, and we can keep
the old spelling as a backwards compatible alias in cmd/asm.

Change-Id: I3f01fc7249fb093ac1b25bd75c1cb9f39b8f62a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/354700
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
src/cmd/asm/internal/arch/arch.go
src/cmd/asm/internal/asm/testdata/amd64enc.s
src/cmd/internal/obj/x86/aenum.go
src/cmd/internal/obj/x86/anames.go
src/cmd/internal/obj/x86/asm6.go