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

MIPS64_OP_BEQ macro

Syntax

#define MIPS64_OP_BEQ 0x04

References

LocationText
mips64.h:118
#define MIPS64_OP_BEQ 0x04
mips64.h:165
#define MIPS64_BEQ(src, tar, off) MIPS64_I_INST(MIPS64_OP_BEQ, src, tar, off)