Next: picoChip Built-in Functions, Previous: MIPS Loongson Built-in Functions, Up: Target Builtins [Contents][Index]
GCC provides other MIPS-specific built-in functions:
void __builtin_mips_cache (int op, const volatile void *addr)
Insert a ‘cache’ instruction with operands op and addr.
GCC defines the preprocessor macro ___GCC_HAVE_BUILTIN_MIPS_CACHE
when this function is available.