[ARM] Add crypto-neon-fp-armv8.1 as an fpu option

2015-07-16  Matthew Wahab  <matthew.wahab@arm.com>

gas/
  * config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
  * doc/c-arm.texi (-mfpu=): Likewise.  Correct the entry for
  neon-fp-armv8.1.
This commit is contained in:
Matthew Wahab 2015-07-16 15:11:30 +01:00 committed by Jiong Wang
parent 84b52b6651
commit 081e4c7d67
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2015-07-16 Matthew Wahab <matthew.wahab@arm.com>
* config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
* doc/c-arm.texi (-mfpu=): Likewise. Correct the entry for
neon-fp-armv8.1.
2015-07-16 James Greenhalgh <james.greenhalgh@arm.com>
* config/tc-arm.c (md_assemble): Rephrase the "selected processor does

View File

@ -24989,6 +24989,8 @@ static const struct arm_option_fpu_value_table arm_fpus[] =
{"crypto-neon-fp-armv8",
FPU_ARCH_CRYPTO_NEON_VFP_ARMV8},
{"neon-fp-armv8.1", FPU_ARCH_NEON_VFP_ARMV8_1},
{"crypto-neon-fp-armv8.1",
FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1},
{NULL, ARM_ARCH_NONE}
};

View File

@ -274,9 +274,10 @@ The following format options are recognized:
@code{neon},
@code{neon-vfpv4},
@code{neon-fp-armv8},
@code{crypto-neon-fp-armv8}.
@code{crypto-neon-fp-armv8},
@code{neon-fp-armv8.1}
and
@code{neon-fp-armv8-1},
@code{crypto-neon-fp-armv8.1}.
In addition to determining which instructions are assembled, this option
also affects the way in which the @code{.double} assembler directive behaves