From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/other-built-in-functions.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devdocs/gcc~13/other-built-in-functions.html (limited to 'devdocs/gcc~13/other-built-in-functions.html') diff --git a/devdocs/gcc~13/other-built-in-functions.html b/devdocs/gcc~13/other-built-in-functions.html deleted file mode 100644 index e06f1105..00000000 --- a/devdocs/gcc~13/other-built-in-functions.html +++ /dev/null @@ -1,11 +0,0 @@ -

6.60.13.5 Other Built-in Functions ΒΆ

This section describes built-in functions that are not named after a specific FR-V instruction.

sw2 __IACCreadll (iacc reg)
-

Return the full 64-bit value of IACC0. The reg argument is reserved for future expansion and must be 0.

sw1 __IACCreadl (iacc reg)
-

Return the value of IACC0H if reg is 0 and IACC0L if reg is 1. Other values of reg are rejected as invalid.

void __IACCsetll (iacc reg, sw2 x)
-

Set the full 64-bit value of IACC0 to x. The reg argument is reserved for future expansion and must be 0.

void __IACCsetl (iacc reg, sw1 x)
-

Set IACC0H to x if reg is 0 and IACC0L to x if reg is 1. Other values of reg are rejected as invalid.

void __data_prefetch0 (const void *x)
-

Use the dcpl instruction to load the contents of address x into the data cache.

void __data_prefetch (const void *x)

Use the nldub instruction to load the contents of address x into the data cache. The instruction is issued in slot I1.

-

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

-
-- cgit v1.2.3