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

MIPS32_ISA_LBU macro

Syntax

#define MIPS32_ISA_LBU(reg, off, base) MIPS32_I_INST(MIPS32_OP_LBU, base, reg, off)

Arguments

reg

off

base

References

LocationText
mips32.h:534
#define MIPS32_ISA_LBU(reg, off, base) MIPS32_I_INST(MIPS32_OP_LBU, base, reg, off)
mips32.h:730
#define MIPS32_LBU(isa, reg, off, base) (isa ? MMIPS32_LBU(reg, off, base) : MIPS32_ISA_LBU(reg, off, base))