diff options
Diffstat (limited to 'devdocs/gcc~13/aarch64-built-in-functions.html')
| -rw-r--r-- | devdocs/gcc~13/aarch64-built-in-functions.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devdocs/gcc~13/aarch64-built-in-functions.html b/devdocs/gcc~13/aarch64-built-in-functions.html new file mode 100644 index 00000000..ff8bba8c --- /dev/null +++ b/devdocs/gcc~13/aarch64-built-in-functions.html @@ -0,0 +1,16 @@ +<div class="subsection-level-extent" id="AArch64-Built-in-Functions"> <div class="nav-panel"> <p> Next: <a href="alpha-built-in-functions" accesskey="n" rel="next">Alpha Built-in Functions</a>, Up: <a href="target-builtins" accesskey="u" rel="up">Built-in Functions Specific to Particular Target Machines</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="subsection" id="AArch64-Built-in-Functions-1"><span>6.60.1 AArch64 Built-in Functions<a class="copiable-link" href="#AArch64-Built-in-Functions-1"> ΒΆ</a></span></h1> <p>These built-in functions are available for the AArch64 family of processors. </p> +<div class="example smallexample"> <pre class="example-preformatted" data-language="cpp">unsigned int __builtin_aarch64_get_fpcr (); +void __builtin_aarch64_set_fpcr (unsigned int); +unsigned int __builtin_aarch64_get_fpsr (); +void __builtin_aarch64_set_fpsr (unsigned int); + +unsigned long long __builtin_aarch64_get_fpcr64 (); +void __builtin_aarch64_set_fpcr64 (unsigned long long); +unsigned long long __builtin_aarch64_get_fpsr64 (); +void __builtin_aarch64_set_fpsr64 (unsigned long long);</pre> +</div> </div><div class="_attribution"> + <p class="_attribution-p"> + © Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br> + <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/AArch64-Built-in-Functions.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/AArch64-Built-in-Functions.html</a> + </p> +</div> |
