MIPS32_ISA_CACHE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MIPS32_ISA_CACHE macro

Syntax

#define MIPS32_ISA_CACHE(op, off, base) MIPS32_I_INST(MIPS32_OP_CACHE, base, op, off)

Arguments

op

off

base

References

LocationText
mips32.h:527
#define MIPS32_ISA_CACHE(op, off, base) MIPS32_I_INST(MIPS32_OP_CACHE, base, op, off)
mips32.h:723
#define MIPS32_CACHE(isa, op, off, base) (isa ? MMIPS32_CACHE(op, off, base) : MIPS32_ISA_CACHE(op, off, base))