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

MMIPS32_SB macro

Syntax

#define MMIPS32_SB(reg, off, base) MIPS32_I_INST(MMIPS32_OP_SB, reg, base, off)

Arguments

reg

off

base

References

LocationText
mips32.h:686
#define MMIPS32_SB(reg, off, base) MIPS32_I_INST(MMIPS32_OP_SB, reg, base, off)
mips32.h:751
#define MIPS32_SB(isa, reg, off, base) (isa ? MMIPS32_SB(reg, off, base) : MIPS32_ISA_SB(reg, off, base))