29.1.7 __builtin_mips_cache Built-in Function

Description

Perform an operation on a cache line indicated by address. See the PIC32 Family Reference Manual for valid operation values.

Prototype

void __builtin_mips_cache(op, addr);

Argument

op : the cache operation
addr : 
int32_t, const volatile void *

Return Value

None.

Assembler Operator/ Machine Instruction

cache op, addr

Error Message

None.