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

MIPS32_OP_SLL macro

Syntax

#define MIPS32_OP_SLL 0x00u

References

LocationText
mips32.h:490
#define MIPS32_OP_SLL 0x00u
mips32.h:563
#define MIPS32_ISA_SLL(dst, src, sa) MIPS32_R_INST(MIPS32_OP_SPECIAL, 0, src, dst, sa, MIPS32_OP_SLL)