]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: move the "unary destination" tables from asm to obj/*
authorRob Pike <r@golang.org>
Mon, 2 Mar 2015 19:04:06 +0000 (11:04 -0800)
committerRob Pike <r@golang.org>
Mon, 2 Mar 2015 19:32:29 +0000 (19:32 +0000)
commit8974fb9ba5a5338e20b8c8ccb8d1779ba4841762
tree2b3182dbf9858c46e269db86574c6ba4bc527b0e
parentdac3f486ac0be26fdbc0cf08d1cfecc43b4c2c53
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>
src/cmd/asm/internal/arch/arch.go
src/cmd/asm/internal/asm/asm.go
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/i386/obj8.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/x86/obj6.go