]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: fix doubled REX byte in POPCNT, others
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2016 20:50:01 +0000 (15:50 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 05:01:32 +0000 (05:01 +0000)
commitd3ff40fb1f4daae5b7ef4c54909a35d57e1ca753
tree0a07992ed3141d03c1febcc47391e1333cc6c3ff
parentf844b0be18ecab2406b2c1d20abb53e358d5574e
cmd/internal/obj/x86: fix doubled REX byte in POPCNT, others

Tests for this and many other instructions are in a separate followup CL.

For #14068.

Change-Id: I6955315996a34d7fb79369b9d9a0119d11745e85
Reviewed-on: https://go-review.googlesource.com/18849
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/internal/obj/x86/asm6.go