[PATCH] D91994: [AArch64] Cortex-R82: remove crypto

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 01:30:17 PST 2020


chill added a comment.

In the Arm Architecture Reference Manual Supplement - Armv8, for Armv8-R AArch64 architecture profile <https://developer.arm.com/documentation/ddi0600/latest/>
"A1.4 Architecture extensions"  lists among others

- FEAT_SHA1 Advanced SIMD SHA1 instructions
- FEAT_SHA256 Advanced SIMD SHA256 instructions
- FEAT_AES Advanced SIMD AES instructions
- FEAT_PMULL Advanced SIMD PMULL instructions

Is there a document, which says R82 does not implement those ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91994/new/

https://reviews.llvm.org/D91994



More information about the llvm-commits mailing list