]> Cypherpunks repositories - gostls13.git/commit
cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFD
authorShenghou Ma <minux.ma@gmail.com>
Wed, 26 Sep 2012 17:53:08 +0000 (01:53 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 26 Sep 2012 17:53:08 +0000 (01:53 +0800)
commite039c405c8d587632fee6c18ddc1f2b8fe171ffd
tree814e2101a45a68b38016e57d16c45d6e3919e629
parentb7331f9b3a1a5ece290c1a19cd68c58642fe26fb
cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFD
This CL adds support for the these 7 new instructions to 6a/6l in
preparation of the upcoming CL for AES-NI accelerated crypto/aes:
AESENC, AESENCLAST, AESDEC, AESDECLAST, AESIMC, AESKEYGENASSIST,
and PSHUFD.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5970055
src/cmd/6a/lex.c
src/cmd/6l/6.out.h
src/cmd/6l/optab.c
src/cmd/6l/span.c