mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
Update AArch64 documentation regarding architecture extensions.
* doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE. Correct entry for RDMA. Alpha sort entries.
This commit is contained in:

committed by
Nick Clifton

parent
692166c244
commit
b607cde1aa
@ -1,3 +1,8 @@
|
|||||||
|
2016-04-06 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
|
* doc/c-aarch64.texi (Architecture Extensions): Add entry for LSE.
|
||||||
|
Correct entry for RDMA. Alpha sort entries.
|
||||||
|
|
||||||
2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
|
2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* config/tc-arc.c (tokenize_flags): Allow greater range of
|
* config/tc-arc.c (tokenize_flags): Allow greater range of
|
||||||
|
@ -134,19 +134,21 @@ automatically cause those extensions to be disabled.
|
|||||||
@tab Enable cryptographic extensions. This implies @code{fp} and @code{simd}.
|
@tab Enable cryptographic extensions. This implies @code{fp} and @code{simd}.
|
||||||
@item @code{fp} @tab ARMv8-A @tab ARMv8-A or later
|
@item @code{fp} @tab ARMv8-A @tab ARMv8-A or later
|
||||||
@tab Enable floating-point extensions.
|
@tab Enable floating-point extensions.
|
||||||
@item @code{simd} @tab ARMv8-A @tab ARMv8-A or later
|
|
||||||
@tab Enable Advanced SIMD extensions. This implies @code{fp}.
|
|
||||||
@item @code{pan} @tab ARMv8-A @tab ARMv8-A or later
|
|
||||||
@tab Enable Privileged Access Never support.
|
|
||||||
@item @code{lor} @tab ARMv8-A @tab ARMv8-A or later
|
|
||||||
@tab Enable Limited Ordering Regions extensions.
|
|
||||||
@item @code{rdma} @tab ARMv8-A @tab ARMv8-A or later
|
|
||||||
@tab Enable ARMv8.1 Advanced SIMD extensions. This implies @code{simd}.
|
|
||||||
@item @code{fp16} @tab ARMv8.2-A @tab ARMv8.2-A or later
|
@item @code{fp16} @tab ARMv8.2-A @tab ARMv8.2-A or later
|
||||||
@tab Enable ARMv8.2 16-bit floating-point support. This implies
|
@tab Enable ARMv8.2 16-bit floating-point support. This implies
|
||||||
@code{fp}.
|
@code{fp}.
|
||||||
|
@item @code{lor} @tab ARMv8-A @tab ARMv8.1-A or later
|
||||||
|
@tab Enable Limited Ordering Regions extensions.
|
||||||
|
@item @code{lse} @tab ARMv8-A @tab ARMv8.1-A or later
|
||||||
|
@tab Enable Large System extensions.
|
||||||
|
@item @code{pan} @tab ARMv8-A @tab ARMv8.1-A or later
|
||||||
|
@tab Enable Privileged Access Never support.
|
||||||
@item @code{profile} @tab ARMv8.2-A @tab No
|
@item @code{profile} @tab ARMv8.2-A @tab No
|
||||||
@tab Enable statistical profiling extensions.
|
@tab Enable statistical profiling extensions.
|
||||||
|
@item @code{rdma} @tab ARMv8-A @tab ARMv8.1-A or later
|
||||||
|
@tab Enable ARMv8.1 Advanced SIMD extensions. This implies @code{simd}.
|
||||||
|
@item @code{simd} @tab ARMv8-A @tab ARMv8-A or later
|
||||||
|
@tab Enable Advanced SIMD extensions. This implies @code{fp}.
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
@node AArch64 Syntax
|
@node AArch64 Syntax
|
||||||
|
Reference in New Issue
Block a user