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

MIPS32_OP_XORI macro

Syntax

#define MIPS32_OP_XORI 0x0Eu

References

LocationText
mips32.h:484
#define MIPS32_OP_XORI 0x0Eu
mips32.h:573
#define MIPS32_ISA_XORI(tar, src, val) MIPS32_I_INST(MIPS32_OP_XORI, src, tar, val)