[AArch64] Rename +bitperm to +sve2-bitperm
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 19 Jul 2019 11:18:02 +0000 (12:18 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Fri, 19 Jul 2019 11:18:02 +0000 (12:18 +0100)
commitccbdd22fb96b8680ebeaecd829e8e51958845a8f
tree8fe2d7d90bf766be2b0891fedebb5738a6f08797
parentc213164ad2505cba5263602b7f9fa9a4dd1adf39
[AArch64] Rename +bitperm to +sve2-bitperm

After some discussion, we've decided to rename the +bitperm feature
flag to +sve2-bitperm, so that it's consistent with the other SVE2
feature flags.  The associated internal macros already used
"SVE2_BITPERM", so only the feature flag itself needs to change.

2019-07-19  Richard Sandiford  <richard.sandiford@arm.com>

gas/
* doc/c-aarch64.texi: Remame the +bitperm extension to +sve2-bitperm.
* config/tc-aarch64.c (aarch64_features): Likewise.
* testsuite/gas/aarch64/illegal-sve2-aes.d: Update accordingly.
* testsuite/gas/aarch64/illegal-sve2-sha3.d: Likewise.
* testsuite/gas/aarch64/illegal-sve2-sm4.d: Likewise.
* testsuite/gas/aarch64/illegal-sve2.d: Likewise.
* testsuite/gas/aarch64/sve2.d: Likewise.
gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi
gas/testsuite/gas/aarch64/illegal-sve2-aes.d
gas/testsuite/gas/aarch64/illegal-sve2-sha3.d
gas/testsuite/gas/aarch64/illegal-sve2-sm4.d
gas/testsuite/gas/aarch64/illegal-sve2.d
gas/testsuite/gas/aarch64/sve2.d
This page took 0.041097 seconds and 4 git commands to generate.