| commit | d60540a046208562e7a76be1f817c6a1bed47aff | [log] [tgz] |
|---|---|---|
| author | Sjoerd Meijer <sjoerd.meijer@arm.com> | Thu Oct 04 07:38:53 2018 +0000 |
| committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | Thu Oct 04 07:38:53 2018 +0000 |
| tree | 27eec2304e0a12b496a5addd8320c2d6910d27f5 | |
| parent | a4b7b6dabc16c91fb19fba78f1910ee8c88cd16d [diff] |
[AArch64][ARM] Context sensitive meaning of crypto For AArch64, crypto means: - sm4 + sha3 + sha2 + aes for Armv8.4-A and up, and - sha2 + aes for Armv8.3-A and earlier. For AArch32: Crypto means sha2 + aes, because the Armv8.2-A crypto instructions were added to AArch64 only. Differential Revision: https://reviews.llvm.org/D50179 llvm-svn: 343758