Nick Clifton
c0e7cef715
Split the AArch64 Crypto instructions for AES and SHA1+2 into their own options (+aes and +sha2).
...
The new options are:
+aes: Enables the AES instructions of Armv8-a,
enabled by default with +crypto.
+sha2: Enables the SHA1 and SHA2 instructions of Armv8-a,
enabled by default with +crypto.
These options have been turned on by default when +crypto
is used, as such no breakage is expected.
The reason for the split is because with the introduction of Armv8.4-a
the implementation of AES has explicitly been made independent of the
implementation of the other crypto extensions. Backporting the split does
not break any of the previous requirements and so is safe to do.
gas * config/tc-aarch64.c
(aarch64_features): Include AES and SHA2 in CRYPTO.
Add SHA2 and AES.
include * opcode/aarch64.h:
(AARCH64_FEATURE_SHA2, AARCH64_FEATURE_AES): New.
opcodes * aarch64-tbl.h (aarch64_feature_crypto): Add AES and SHA2.
(aarch64_feature_sha2, aarch64_feature_aes): New.
(SHA2, AES): New.
(AES_INSN, SHA2_INSN): New.
(pmull, pmull2, aese, aesd, aesmc, aesimc): Change to AES_INS.
(sha1h, sha1su1, sha256su0, sha1c, sha1p,
sha1m, sha1su0, sha256h, sha256h2, sha256su1):
Change to SHA2_INS.
2017-11-08 14:30:53 +00:00
..
2017-08-31 14:33:56 +01:00
2010-12-09 09:03:18 +00:00
2017-02-24 18:29:00 +00:00
2017-06-28 11:09:01 +01:00
2017-02-24 18:29:00 +00:00
2017-07-24 14:59:06 +01:00
2017-06-28 11:09:01 +01:00
2017-02-24 18:29:00 +00:00
2017-07-24 14:59:06 +01:00
2017-02-24 18:29:00 +00:00
2017-09-25 01:46:23 -04:00
2017-02-24 18:29:00 +00:00
2017-11-08 14:30:53 +00:00
2016-12-28 22:12:11 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-11-03 15:36:54 +01:00
2017-02-06 11:26:13 +01:00
2017-05-10 14:42:22 +02:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-11-07 20:24:21 +00:00
2017-07-25 12:12:16 +01:00
2017-07-19 09:56:55 +02:00
2017-11-03 14:38:05 +01:00
2017-11-08 13:15:12 +00:00
2017-05-24 17:23:52 +01:00
2017-06-15 11:52:02 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-07-07 12:23:42 +09:30
2017-01-02 14:08:56 +10:30
2017-02-11 17:40:41 +10:30
2017-07-11 19:18:06 +09:30
2017-11-08 14:30:53 +00:00
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2015-08-12 04:45:07 -07:00
2015-08-12 04:45:07 -07:00
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2013-01-02 13:13:36 +00:00
2014-01-08 05:32:12 -08:00
2015-01-02 00:53:45 +10:30
2016-01-01 22:59:17 +10:30
2017-01-02 13:55:05 +10:30
2012-12-10 12:48:03 +00:00
2012-12-10 12:48:03 +00:00
2016-12-28 22:12:11 +10:30
2017-07-04 11:15:33 +02:00
2017-04-06 17:20:02 +01:00
2017-01-02 14:08:56 +10:30
2017-10-25 22:14:58 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-10-25 22:14:58 +10:30
2017-10-25 22:14:58 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2009-06-04 06:57:56 +00:00
2017-07-14 22:51:01 +09:30
2017-01-02 14:08:56 +10:30
2017-08-07 08:07:26 -07:00
2017-06-14 16:29:01 +01:00
2017-05-24 17:23:52 +01:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-10-12 18:41:29 -07:00
2017-10-12 18:41:29 -07:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-10-23 15:58:18 +03:00
2017-10-23 15:58:18 +03:00
2017-10-23 15:58:18 +03:00
2017-10-23 19:58:03 +03:00
2017-01-02 14:08:56 +10:30
2017-10-23 15:58:18 +03:00
2017-10-23 15:58:18 +03:00
2017-01-02 14:08:56 +10:30
2017-10-23 19:58:03 +03:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-06-14 16:29:01 +01:00
2017-01-02 14:08:56 +10:30
2012-09-04 13:52:06 +00:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2013-05-17 12:57:16 +00:00
2013-05-17 12:57:16 +00:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-09-26 10:36:23 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-04-06 17:20:02 +01:00
2017-04-06 17:20:02 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-06-30 07:21:56 +01:00
2017-06-28 02:07:36 +01:00
2017-06-30 07:21:55 +01:00
2017-06-28 02:07:36 +01:00
2017-06-30 15:29:27 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-09-11 13:46:27 +08:00
2017-09-11 13:46:27 +08:00
2017-09-11 13:46:27 +08:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-11-07 15:52:52 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-08-24 17:30:31 +09:30
2017-10-01 19:35:06 +10:30
2017-05-24 17:23:52 +01:00
2017-01-25 12:30:52 +00:00
2017-07-25 12:12:16 +01:00
2017-10-24 09:47:36 -07:00
2017-06-15 12:37:01 +01:00
2017-06-15 12:37:01 +01:00
2017-05-24 17:23:52 +01:00
2017-06-17 00:03:02 +09:30
2017-06-14 13:35:06 +01:00
2017-01-02 14:08:56 +10:30
2017-05-30 10:22:25 +02:00
2017-07-21 10:54:06 +02:00
2017-10-09 18:37:53 +02:00
2017-10-09 18:37:53 +02:00
2017-06-14 17:10:28 +01:00
2017-06-19 14:15:57 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-19 09:27:08 -07:00
2017-05-19 09:27:08 -07:00
2017-06-14 16:29:01 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-10-18 16:30:24 +02:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-07-11 19:18:06 +09:30
2017-05-24 17:23:52 +01:00
2017-05-24 17:23:52 +01:00
2017-01-02 14:08:56 +10:30
2017-01-02 14:08:56 +10:30
2017-05-24 17:23:52 +01:00