mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
[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:

committed by
Jiong Wang

parent
84b52b6651
commit
081e4c7d67
@ -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>
|
2015-07-16 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
* config/tc-arm.c (md_assemble): Rephrase the "selected processor does
|
* config/tc-arm.c (md_assemble): Rephrase the "selected processor does
|
||||||
|
@ -24989,6 +24989,8 @@ static const struct arm_option_fpu_value_table arm_fpus[] =
|
|||||||
{"crypto-neon-fp-armv8",
|
{"crypto-neon-fp-armv8",
|
||||||
FPU_ARCH_CRYPTO_NEON_VFP_ARMV8},
|
FPU_ARCH_CRYPTO_NEON_VFP_ARMV8},
|
||||||
{"neon-fp-armv8.1", FPU_ARCH_NEON_VFP_ARMV8_1},
|
{"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}
|
{NULL, ARM_ARCH_NONE}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -274,9 +274,10 @@ The following format options are recognized:
|
|||||||
@code{neon},
|
@code{neon},
|
||||||
@code{neon-vfpv4},
|
@code{neon-vfpv4},
|
||||||
@code{neon-fp-armv8},
|
@code{neon-fp-armv8},
|
||||||
@code{crypto-neon-fp-armv8}.
|
@code{crypto-neon-fp-armv8},
|
||||||
|
@code{neon-fp-armv8.1}
|
||||||
and
|
and
|
||||||
@code{neon-fp-armv8-1},
|
@code{crypto-neon-fp-armv8.1}.
|
||||||
|
|
||||||
In addition to determining which instructions are assembled, this option
|
In addition to determining which instructions are assembled, this option
|
||||||
also affects the way in which the @code{.double} assembler directive behaves
|
also affects the way in which the @code{.double} assembler directive behaves
|
||||||
|
Reference in New Issue
Block a user