]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add amd64 PALIGNR instruction
authorisharipo <iskander.sharipov@intel.com>
Fri, 18 Aug 2017 11:56:12 +0000 (14:56 +0300)
committerIlya Tocar <ilya.tocar@intel.com>
Wed, 6 Sep 2017 15:37:20 +0000 (15:37 +0000)
commitb15e8babc8bfb4ef17a543fdcb23d63e4d76dbf3
tree4720e6c7020d8aee8cb5ce4d9aa01e1ae03c27fb
parent4074e4e5be5988a0c168eeba6417e7aceac7d9a5
cmd/asm: add amd64 PALIGNR instruction

3rd change out of 3 to cover AMD64 SSSE3 instruction set in Go asm.
This commit adds instruction that do require new ytab variable.

Change-Id: I0bc7d9401c9176eb3760c3d59494ef082e97af84
Reviewed-on: https://go-review.googlesource.com/56870
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ilya Tocar <ilya.tocar@intel.com>
Reviewed-by: Russ Cox <rsc@golang.org>
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