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

MIPS32_ISA_JR macro

Syntax

#define MIPS32_ISA_JR(reg) MIPS32_R_INST(0, reg, 0, 0, 0, MIPS32_OP_JR)

Arguments

reg

References

LocationText
mips32.h:530
#define MIPS32_ISA_JR(reg) MIPS32_R_INST(0, reg, 0, 0, 0, MIPS32_OP_JR)
mips32.h:727
#define MIPS32_JR(isa, reg) (isa ? MMIPS32_JR(reg) : MIPS32_ISA_JR(reg))