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

MIPS32_OP_ORI macro

Syntax

#define MIPS32_OP_ORI 0x0Du

References

LocationText
mips32.h:483
#define MIPS32_OP_ORI 0x0Du
mips32.h:555
#define MIPS32_ISA_ORI(tar, src, val) MIPS32_I_INST(MIPS32_OP_ORI, src, tar, val)