1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:54:44 -07:00
go/src/cmd/asm
Rob Pike 8974fb9ba5 cmd/internal/obj: move the "unary destination" tables from asm to obj/*
Have the implementations of each architecture declare the one-operand,
destination-writing instructions instead of splitting the information between
there and asm.

Change-Id: I44899435011a4a7a398ed03c0801e9f81cc8c905
Reviewed-on: https://go-review.googlesource.com/6490
Reviewed-by: Russ Cox <rsc@golang.org>
2015-03-02 19:32:29 +00:00
..
internal cmd/internal/obj: move the "unary destination" tables from asm to obj/* 2015-03-02 19:32:29 +00:00
main.go cmd/go: make asm the first assembler 2015-02-25 17:10:37 +00:00