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

MIPS32_SRL macro

Syntax

#define MIPS32_SRL(isa, reg, src, off) (isa ? MMIPS32_SRL(reg, src, off) : MIPS32_ISA_SRL(reg, src, off))

Arguments

isa

reg

src

off

References

LocationText
mips32.h:762
#define MIPS32_SRL(isa, reg, src, off) (isa ? MMIPS32_SRL(reg, src, off) : MIPS32_ISA_SRL(reg, src, off))
cfi.c:1412
MIPS32_SRL(0, 10, 8, 2), /* srl $t2,$t0,2 ; temp1 = DQ7mask >> 2 */