]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add YMM registers Y0 through Y15
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2016 14:35:05 +0000 (09:35 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 05:00:43 +0000 (05:00 +0000)
commitd2b0c387b2d48fb61ba2fee75c34ed66289c199f
tree20ea1d7b27e924bfc757f59538ffadcecb3be23b
parent36edf48a1078f1a39f1299276354ecd3190f6837
cmd/asm: add YMM registers Y0 through Y15

Not recognized in any instructions yet, but this lets the
assembler parse them at least.

For #14068.

Change-Id: Id4f7329a969b747a867ce261b20165fab2cdcab8
Reviewed-on: https://go-review.googlesource.com/18846
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/internal/obj/x86/a.out.go
src/cmd/internal/obj/x86/list6.go