Cache

Aso

Represents ASO instruction - Used to establish memory consistency between vector loads and vector stores.

Cache Flush

Represents CACHE_FLUSH instruction - Flush the Data-cache. This instruction also invalidates the caceh after flush.

Cache Invalidate

Represents CACHE_INVALIDATE instruction - Invalidate Data/LUT/SB cache. This instruction does not flush out the data cache.

Prefetch

Represents PREFETCH instruction. Prefetch data from global memory to scalar cache.

Get semaphore value

Return semaphore value.

Set semaphore value

Set semaphore value.