summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Elshuber <martin.elshuber@theobroma-systems.com>2018-01-30 20:55:36 +0100
committerMartin Elshuber <martin.elshuber@theobroma-systems.com>2018-06-15 18:09:28 +0200
commitb1cf4fff6f28f014a4baf7cb9647f9ce3f102b29 (patch)
tree7fb31aea250c5daaddb67a2bdcbda1e8c3cab0b9 /include
parentf1b37feef3d5f09dadf6a46fdb11fa7e4218cf6c (diff)
Added XGene model
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/AArch64TargetParser.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Support/AArch64TargetParser.def b/include/llvm/Support/AArch64TargetParser.def
index 30c7924ea5f..3b23defd9b6 100644
--- a/include/llvm/Support/AArch64TargetParser.def
+++ b/include/llvm/Support/AArch64TargetParser.def
@@ -98,6 +98,8 @@ AARCH64_CPU_NAME("thunderxt81", ARMV8A, FK_CRYPTO_NEON_FP_ARMV8, false,
(AArch64::AEK_CRC | AArch64::AEK_PROFILE))
AARCH64_CPU_NAME("thunderxt83", ARMV8A, FK_CRYPTO_NEON_FP_ARMV8, false,
(AArch64::AEK_CRC | AArch64::AEK_PROFILE))
+AARCH64_CPU_NAME("xgene", ARMV8A, FK_CRYPTO_NEON_FP_ARMV8, false,
+ (AArch64::AEK_SIMD | AArch64::AEK_CRC | AArch64::AEK_CRYPTO))
// Invalid CPU
AARCH64_CPU_NAME("invalid", INVALID, FK_INVALID, true, AArch64::AEK_INVALID)
#undef AARCH64_CPU_NAME