]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add alias for MOVOA=MOVO on amd64
authorRob Pike <r@golang.org>
Tue, 24 Feb 2015 19:00:07 +0000 (11:00 -0800)
committerRob Pike <r@golang.org>
Tue, 24 Feb 2015 20:01:21 +0000 (20:01 +0000)
commit90590a0cd210686a34bd4b645e0ef3ae468795e4
tree863106478eaa992682e1d2df48a049388116c128
parentabf8bbb709137c7212704dd0fb777b9c549a5fe1
cmd/asm: add alias for MOVOA=MOVO on amd64

The alias should exist for both 386 and amd64.
There were a few others missing as well. Add them.

Change-Id: Ia0c3e71abc79f67a7a66941c0d932a8d5d6e9989
Reviewed-on: https://go-review.googlesource.com/5800
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/arch/arch.go