summaryrefslogtreecommitdiffstats
path: root/crypto/sparc_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright consolidation 09/10Rich Salz2016-05-171-0/+9
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* crypto/sparc_arch.h: reserve more SPARCv9 capability bits.Andy Polyakov2016-04-251-1/+8
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov2016-04-201-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-80/+80
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov2012-11-171-0/+3
| | | | Submitted by: David Miller, Andy Polyakov
* SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov2012-10-251-4/+13
| | | | place at a time, by pre-processor in .S case and perl - in .s).
* sparc_arch.h: add assembler helpers (and make it work on Solaris).Andy Polyakov2012-09-281-4/+58
| | | | Submitted by: David Miller
* sparcv9cap.c: add SPARC-T4 feature detection.Andy Polyakov2012-09-231-0/+35
Submitted by: David Miller