ARC Type Attributes (Using the GNU Compiler Collection (GCC)) (original) (raw)
Next: ARM Type Attributes, Previous: Common Type Attributes, Up: Specifying Attributes of Types [Contents][Index]
6.4.3.2 ARC Type Attributes ¶
Declaring objects with uncached
allows you to exclude data-cache participation in load and store operations on those objects without involving the additional semantic implications ofvolatile
. The .di
instruction suffix is used for all loads and stores of data declared uncached
.