go/src/cmd/internal/obj
Russ Cox d2b0c387b2 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>
2016-01-24 05:00:43 +00:00
..
arm cmd/asm: simplify golden test maintenance 2016-01-24 05:00:04 +00:00
arm64 cmd/asm: simplify golden test maintenance 2016-01-24 05:00:04 +00:00
mips cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register space 2016-01-22 04:33:47 +00:00
ppc64 cmd/compile, cmd/internal/obj: ignore AUSEFIELD 2015-12-09 21:07:32 +00:00
x86 cmd/asm: add YMM registers Y0 through Y15 2016-01-24 05:00:43 +00:00
ar.go cmd/internal/obj: remove 3 incorrect copyright notices 2015-12-14 21:09:39 +00:00
data.go cmd/internal/obj: remove unused code 2015-09-09 00:39:36 +00:00
flag.go cmd/internal: C->Go printf cleanup 2015-04-20 22:36:59 +00:00
fmt.go cmd/compile: suppress export of Note field within exported bodies 2016-01-05 15:42:12 +00:00
funcdata.go cmd/internal/obj: remove 3 incorrect copyright notices 2015-12-14 21:09:39 +00:00
go.go cmd/internal/obj: fix build breakage from making From3 a pointer 2015-05-29 18:03:32 +00:00
ld.go [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code 2015-02-23 21:36:06 +00:00
line_test.go cmd/internal/obj: update callers to Linkline{fmt,hist} and remove 2015-05-15 17:45:39 +00:00
link.go cmd/internal/obj: separate code layout from object writing 2016-01-14 01:51:27 +00:00
obj.go cmd/link: use current GOROOT for source file paths for standard library 2016-01-04 20:09:57 +00:00
objfile.go cmd/internal/obj: separate code layout from object writing 2016-01-14 01:51:27 +00:00
pass.go cmd/internal/obj: make Prog.From3 a pointer 2015-05-29 16:19:02 +00:00
pcln.go cmd/compile, cmd/internal: replace %P with %v in a few final prints 2015-06-03 20:10:03 +00:00
stack.go cmd/internal/obj: remove 3 incorrect copyright notices 2015-12-14 21:09:39 +00:00
stringer.go cmd/internal/obj/*: go generate the slice of Anames strings 2015-03-11 20:13:09 +00:00
sym.go cmd/internal/obj: remove dead code and small cleanups 2015-09-08 21:04:43 +00:00
textflag.go cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x 2015-10-18 22:13:30 +00:00
typekind.go cmd/internal/obj: manual C->Go cleanups 2015-04-20 16:54:22 +00:00
util.go cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register space 2016-01-22 04:33:47 +00:00