]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add x86 POPCNTW, POPCNTL
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2016 21:25:06 +0000 (16:25 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 05:51:04 +0000 (05:51 +0000)
commit7f620a57d01ec4230a69c4ee96d3809cfd6febab
treee7e841a52697193ba4adf6bdb6d2f119a7720467
parent659c63288567e9808805010fe3e3c2e75b5cd4e3
cmd/asm: add x86 POPCNTW, POPCNTL

Fixes #4816.

Change-Id: Ibeaa69f57b7519d56df4ea357edf8d9dc2102ffe
Reviewed-on: https://go-review.googlesource.com/18851
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/asm/internal/asm/testdata/amd64enc.s
src/cmd/internal/obj/x86/asm6.go