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

MIPS32_JR macro

Syntax

#define MIPS32_JR(isa, reg) (isa ? MMIPS32_JR(reg) : MIPS32_ISA_JR(reg))

Arguments

isa

reg

References

LocationText
mips32.h:727
#define MIPS32_JR(isa, reg) (isa ? MMIPS32_JR(reg) : MIPS32_ISA_JR(reg))
mips32_pracc.c:1261
: MIPS32_JR(isa, 15), /* jr start */
mips32_pracc.c:1283
: MIPS32_JR(isa, 15), /* jump to ram program */