1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/cmd/asm/internal/arch
Rob Pike a88994c137 cmd/asm: add comments back for aliases on jumps for x86
These were lost in the transition from 8a/6a to asm.
Also, in the process, discover more aliases. I'm betting the missing
ones were a casualty of the recent merge of 386 and amd64.

Update #10385.

Change-Id: I1681034b25af3ffc103f75e5fc57baca5feb3fcd
Reviewed-on: https://go-review.googlesource.com/9431
Reviewed-by: Russ Cox <rsc@golang.org>
2015-04-28 19:41:19 +00:00
..
arch.go cmd/asm: add comments back for aliases on jumps for x86 2015-04-28 19:41:19 +00:00
arm64.go cmd/asm: add support for ARM64 2015-03-16 18:45:08 +00:00
arm.go cmd/asm: add support for ARM64 2015-03-16 18:45:08 +00:00
ppc64.go cmd/asm/internal/asm: fix comment in ppc64.go 2015-04-06 18:23:13 +00:00