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

MMIPS32_OP_XORI macro

Syntax

#define MMIPS32_OP_XORI 0x1Cu

References

LocationText
mips32.h:643
#define MMIPS32_OP_XORI 0x1Cu
mips32.h:701
#define MMIPS32_XORI(tar, src, val) MIPS32_I_INST(MMIPS32_OP_XORI, tar, src, val)