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

MIPS32_MOVN macro

Syntax

#define MIPS32_MOVN(isa, dst, src, tar) (isa ? MMIPS32_MOVN(dst, src, tar) : MIPS32_ISA_MOVN(dst, src, tar))

Arguments

isa

dst

src

tar

References

LocationText
mips32.h:748
#define MIPS32_MOVN(isa, dst, src, tar) (isa ? MMIPS32_MOVN(dst, src, tar) : MIPS32_ISA_MOVN(dst, src, tar))
mips32.c:1233
MIPS32_MOVN(isa, 8, 9, 4), /* movn $t0, $t1, $a0 */