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

MIPS32_MTLO macro

Syntax

#define MIPS32_MTLO(isa, reg) (isa ? MMIPS32_MTLO(reg) : MIPS32_ISA_MTLO(reg))

Arguments

isa

reg

References

LocationText
mips32.h:744
#define MIPS32_MTLO(isa, reg) (isa ? MMIPS32_MTLO(reg) : MIPS32_ISA_MTLO(reg))
mips32.c:1837
MIPS32_MTLO(isa, t0), /* mtlo t0 ($ac0) - OPCODE - 0x01000013 */
mips32_pracc.c:887
MIPS32_MTLO(ctx.isa, 1), /* move $1 to lo */