]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: rename POPCNT to POPCNTQ
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2016 17:18:19 +0000 (12:18 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 05:01:18 +0000 (05:01 +0000)
commitf844b0be18ecab2406b2c1d20abb53e358d5574e
tree3a372de9f5fa786e372c1fd415a76fbd38fe576f
parent02717bdc20f0c4d3472c2cba6fce292c9a5c3777
cmd/internal/obj/x86: rename POPCNT to POPCNTQ

Ilya added POPCNT in a CL earlier this month but it's really only POPCNTQ.
The other forms still need to be added.

For #4816.

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