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

MIPS32_MFHI macro

Syntax

#define MIPS32_MFHI(isa, reg) (isa ? MMIPS32_MFHI(reg) : MIPS32_ISA_MFHI(reg))

Arguments

isa

reg

References

LocationText
mips32.h:743
#define MIPS32_MFHI(isa, reg) (isa ? MMIPS32_MFHI(reg) : MIPS32_ISA_MFHI(reg))
mips32.c:1756
MIPS32_MFHI(isa, t0), /* mfhi t0 ($ac0) - OPCODE - 0x00004010 */
mips32_pracc.c:990
MIPS32_MFHI(ctx->isa, 8), /* move hi to $8 */