aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sparc_arch.h
Commit message (Collapse)AuthorAgeFilesLines
* 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