]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add requested amd64 instructions
authorRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 03:50:58 +0000 (22:50 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 13:55:40 +0000 (13:55 +0000)
commit863d9b66f812844e4bf6d3abc3a8161b25bd242c
treee71273bd19634d43b14206eaa180fb331568d08a
parent8d881b811d8212ffd1d43e296f2a1c1bf78198ab
cmd/asm: add requested amd64 instructions

Add amd64 instructions I promised to add for Go 1.6
at the beginning of January.

These may be the last instructions added by hand.
I intend to generate the whole set mechanically for Go 1.7.

Fixes #13822.

Change-Id: I8c6bae2efd25f717f9ec750402e50f408a911d2b
Reviewed-on: https://go-review.googlesource.com/18853
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/asm/internal/arch/arch.go
src/cmd/asm/internal/asm/testdata/amd64.s
src/cmd/asm/internal/asm/testdata/amd64enc.s
src/cmd/internal/obj/x86/a.out.go
src/cmd/internal/obj/x86/anames.go
src/cmd/internal/obj/x86/asm6.go