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

MIPS32_MTHI macro

Syntax

#define MIPS32_MTHI(isa, reg) (isa ? MMIPS32_MTHI(reg) : MIPS32_ISA_MTHI(reg))

Arguments

isa

reg

References

LocationText
mips32.h:745
#define MIPS32_MTHI(isa, reg) (isa ? MMIPS32_MTHI(reg) : MIPS32_ISA_MTHI(reg))
mips32.c:1833
MIPS32_MTHI(isa, t0), /* mthi t0 ($ac0) - OPCODE - 0x01000011 */
mips32_pracc.c:888
MIPS32_MTHI(ctx.isa, 1), /* move $1 to hi */