1
0
mirror of https://github.com/golang/go synced 2024-10-05 09:11:21 -06:00
go/src/hash
Ilya Tocar 1d1f2fb4c6 cmd/internal/obj/x86: add new instructions, cleanup.
Add several instructions that were used via BYTE and use them.
Instructions added: PEXTRB, PEXTRD, PEXTRQ, PINSRB, XGETBV, POPCNT.

Change-Id: I5a80cd390dc01f3555dbbe856a475f74b5e6df65
Reviewed-on: https://go-review.googlesource.com/18593
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2016-01-13 14:04:44 +00:00
..
adler32 hash/*: document the byte order used by the Sum methods 2015-09-10 03:34:23 +00:00
crc32 cmd/internal/obj/x86: add new instructions, cleanup. 2016-01-13 14:04:44 +00:00
crc64 hash/*: document the byte order used by the Sum methods 2015-09-10 03:34:23 +00:00
fnv hash/*: document the byte order used by the Sum methods 2015-09-10 03:34:23 +00:00
hash.go
test_cases.txt
test_gen.awk