On this page
6.57.10.5 Other Built-in Functions
This section describes built-in functions that are not named after a specific FR-V instruction.
sw2 __IACCreadll (iaccreg)- Return the full 64-bit value of IACC0. The reg argument is reserved for future expansion and must be 0.
sw1 __IACCreadl (iaccreg)- 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 (iaccreg, sw2x)- Set the full 64-bit value of IACC0 to x. The reg argument is reserved for future expansion and must be 0.
void __IACCsetl (iaccreg, sw1x)- 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
dcplinstruction to load the contents of address x into the data cache. void __data_prefetch (const void *x)-
Use the
nldubinstruction 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-4.9.4/gcc/Other-Built-in-Functions.html