go/src/cmd/internal/obj
isharipo b15e8babc8 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>
2017-09-06 15:37:20 +00:00
..
arm cmd/internal/obj/arm: support more ARM VFP instructions 2017-08-31 13:42:17 +00:00
arm64 cmd/internal/obj/arm64: fix assemble fcsels/fcseld bug 2017-08-25 20:43:03 +00:00
mips cmd/compile: set/unset base register for better assembly print 2017-08-02 12:24:02 +00:00
ppc64 cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructions 2017-08-29 12:28:38 +00:00
s390x cmd/compile: set/unset base register for better assembly print 2017-08-02 12:24:02 +00:00
x86 cmd/asm: add amd64 PALIGNR instruction 2017-09-06 15:37:20 +00:00
addrtype_string.go
bootstrap.go cmd/internal/obj: add SortSlice 2017-04-11 20:29:04 +00:00
data.go cmd/compile: output DWARF lexical blocks for local variables 2017-05-18 23:10:50 +00:00
go.go cmd/internal/objabi: extract shared functionality from obj 2017-04-19 00:00:09 +00:00
inl.go cmd/compile: add flag for debugging PC-value tables 2017-03-03 21:29:38 +00:00
ld.go cmd/internal/obj: un-embed FuncInfo field in LSym 2017-04-18 17:29:50 +00:00
line.go cmd/internal/objabi: extract shared functionality from obj 2017-04-19 00:00:09 +00:00
line_test.go cmd/internal/obj: eliminate LSym.Version 2017-04-20 21:56:23 +00:00
link.go [dev.debug] cmd/compile: better DWARF with optimizations on 2017-07-27 20:19:44 +00:00
objfile.go [dev.debug] cmd/compile: better DWARF with optimizations on 2017-07-27 20:19:44 +00:00
pass.go cmd/internal/obj: un-embed FuncInfo field in LSym 2017-04-18 17:29:50 +00:00
pcln.go cmd/internal/obj: un-embed FuncInfo field in LSym 2017-04-18 17:29:50 +00:00
plist.go [dev.debug] cmd/compile: better DWARF with optimizations on 2017-07-27 20:19:44 +00:00
sizeof_test.go cmd/internal/obj: eliminate LSym.Version 2017-04-20 21:56:23 +00:00
sort.go cmd/internal/obj: add SortSlice 2017-04-11 20:29:04 +00:00
stringer.go
sym.go cmd/*: remove negative uint checks 2017-08-18 18:45:05 +00:00
textflag.go
util.go cmd/asm: fix operand order of ARM's MULA instruction 2017-05-06 01:28:38 +00:00