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

MIPS32_ISA_SB macro

Syntax

#define MIPS32_ISA_SB(reg, off, base) MIPS32_I_INST(MIPS32_OP_SB, base, reg, off)

Arguments

reg

off

base

References

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