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

MIPS32_SB macro

Syntax

#define MIPS32_SB(isa, reg, off, base) (isa ? MMIPS32_SB(reg, off, base) : MIPS32_ISA_SB(reg, off, base))

Arguments

isa

reg

off

base

References

LocationText
mips32.h:751
#define MIPS32_SB(isa, reg, off, base) (isa ? MMIPS32_SB(reg, off, base) : MIPS32_ISA_SB(reg, off, base))
mips32_pracc.c:779
pracc_add(&ctx, 0, MIPS32_SB(ctx.isa, 8, LOWER16(addr), 15)); /* store byte */