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

MIPS32_SWC1 macro

Syntax

#define MIPS32_SWC1(isa, reg, off, base) (isa ? MMIPS32_SWC1(reg, off, base) : MIPS32_ISA_SWC1(reg, off, base))

Arguments

isa

reg

off

base

References

LocationText
mips32.h:754
#define MIPS32_SWC1(isa, reg, off, base) (isa ? MMIPS32_SWC1(reg, off, base) : MIPS32_ISA_SWC1(reg, off, base))
mips32_pracc.c:1137
MIPS32_SWC1(ctx.isa, i, PRACC_OUT_OFFSET + offset, 1));