From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/aarch64-built-in-functions.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devdocs/gcc~13/aarch64-built-in-functions.html (limited to 'devdocs/gcc~13/aarch64-built-in-functions.html') 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 @@ +

6.60.1 AArch64 Built-in Functions ΒΆ

These built-in functions are available for the AArch64 family of processors.

+
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);
+
+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/AArch64-Built-in-Functions.html +

+
-- cgit v1.2.3