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

MIPS32_ISA_BNE macro

Syntax

#define MIPS32_ISA_BNE(src, tar, off) MIPS32_I_INST(MIPS32_OP_BNE, src, tar, off)

Arguments

src

tar

off

References

LocationText
mips32.h:526
#define MIPS32_ISA_BNE(src, tar, off) MIPS32_I_INST(MIPS32_OP_BNE, src, tar, off)
mips32.h:722
#define MIPS32_BNE(isa, src, tar, off) (isa ? MMIPS32_BNE(src, tar, off) : MIPS32_ISA_BNE(src, tar, off))