blob: 2809a2be72470f3abdfb19a94a6be0e64f85642b (
plain)
1
2
3
4
5
6
7
8
|
<div class="subsection-level-extent" id="Blackfin-Built-in-Functions"> <div class="nav-panel"> <p> Next: <a href="bpf-built-in-functions" accesskey="n" rel="next">BPF Built-in Functions</a>, Previous: <a href="avr-built-in-functions" accesskey="p" rel="prev">AVR 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="Blackfin-Built-in-Functions-1"><span>6.60.11 Blackfin Built-in Functions<a class="copiable-link" href="#Blackfin-Built-in-Functions-1"> ¶</a></span></h1> <p>Currently, there are two Blackfin-specific built-in functions. These are used for generating <code class="code">CSYNC</code> and <code class="code">SSYNC</code> machine insns without using inline assembly; by using these built-in functions the compiler can automatically add workarounds for hardware errata involving these instructions. These functions are named as follows: </p> <div class="example smallexample"> <pre class="example-preformatted" data-language="cpp">void __builtin_bfin_csync (void);
void __builtin_bfin_ssync (void);</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/Blackfin-Built-in-Functions.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Blackfin-Built-in-Functions.html</a>
</p>
</div>
|