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

MIPS32_MFLO macro

Syntax

#define MIPS32_MFLO(isa, reg) (isa ? MMIPS32_MFLO(reg) : MIPS32_ISA_MFLO(reg))

Arguments

isa

reg

References

LocationText
mips32.h:742
#define MIPS32_MFLO(isa, reg) (isa ? MMIPS32_MFLO(reg) : MIPS32_ISA_MFLO(reg))
mips32.c:1760
MIPS32_MFLO(isa, t0), /* mflo t0 ($ac0) - OPCODE - 0x00004012 */
mips32_pracc.c:989
MIPS32_MFLO(ctx->isa, 8), /* move lo to $8 */