[AArch64] Add xgene2.

This commit is contained in:
Philipp Tomsich
2014-11-18 11:24:14 +00:00
committed by Marcus Shawcroft
parent 070cb95614
commit 0a9ce86daf
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
* config/tc-aarch64.c (aarch64_cpus): Add "xgene2".
* doc/c-aarch64.texi: Document it.
2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
* config/tc-aarch64.c (aarch64_cpus): Add "xgene1". * config/tc-aarch64.c (aarch64_cpus): Add "xgene1".

View File

@ -7192,6 +7192,8 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
tools. */ tools. */
{"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"}, {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
{"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"}, {"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"},
{"xgene2", AARCH64_FEATURE(AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC), "APM X-Gene 2"},
{"generic", AARCH64_ARCH_V8, NULL}, {"generic", AARCH64_ARCH_V8, NULL},
{NULL, AARCH64_ARCH_NONE, NULL} {NULL, AARCH64_ARCH_NONE, NULL}

View File

@ -58,8 +58,9 @@ on the target processor. The following processor names are recognized:
@code{cortex-a53}, @code{cortex-a53},
@code{cortex-a57}, @code{cortex-a57},
@code{thunderx}, @code{thunderx},
@code{xgene1}
and and
@code{xgene1}. @code{xgene2}.
The special name @code{all} may be used to allow the assembler to accept The special name @code{all} may be used to allow the assembler to accept
instructions valid for any supported processor, including all optional instructions valid for any supported processor, including all optional
extensions. extensions.