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

MIPS64_OP_BNE macro

Syntax

#define MIPS64_OP_BNE 0x05

References

LocationText
mips64.h:119
#define MIPS64_OP_BNE 0x05
mips64.h:166
#define MIPS64_BNE(src, tar, off) MIPS64_I_INST(MIPS64_OP_BNE, src, tar, off)