]> Cypherpunks repositories - gostls13.git/commit
cmd/5l: fix encoding of new MOVB, MOVH instructions
authorRuss Cox <rsc@golang.org>
Mon, 12 Aug 2013 17:42:04 +0000 (13:42 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Aug 2013 17:42:04 +0000 (13:42 -0400)
commit5636b60b705f462de0ee794fac6a0d071ed3a952
treead0bca149168979aadcd28d7993088f3aefef0f6
parent92254d4463efb5c3a91ccd6d62abe3f7587a145a
cmd/5l: fix encoding of new MOVB, MOVH instructions

They are just like MOVW and should be setting only
two register fields, not three.

R=ken2
CC=golang-dev, remyoudompheng
https://golang.org/cl/12781043
src/cmd/5l/asm.c