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

ARMV4_5_STR macro

Syntax

#define ARMV4_5_STR(rd, rn) (0xe5800000 | ((rd) << 12) | ((rn) << 16))

Arguments

rd

rn

References

LocationText
arm_opcodes.h:58
#define ARMV4_5_STR(rd, rn) (0xe5800000 | ((rd) << 12) | ((rn) << 16))
arm7tdmi.c:353
arm7tdmi_clock_out(jtag_info, ARMV4_5_STR(0, 15), 0);
arm920t.c:303
arm920t.c:1222
ARMV4_5_STR(1, 0));
arm920t.c:1258
ARMV4_5_MCR(15, 0, 0, 10, 0, 0), ARMV4_5_STR(1, 0));
arm920t.c:1289
ARMV4_5_MCR(15, 0, 0, 10, 0, 0), ARMV4_5_STR(1, 0));
arm920t.c:1328
ARMV4_5_STR(1, 0));
arm920t.c:1364
ARMV4_5_MCR(15, 0, 0, 10, 0, 1), ARMV4_5_STR(1, 0));
arm920t.c:1395
ARMV4_5_MCR(15, 0, 0, 10, 0, 1), ARMV4_5_STR(1, 0));
arm9tdmi.c:427
arm9tdmi_clock_out(jtag_info, ARMV4_5_STR(0, 15), 0, NULL, 0);
fa526.c:110
arm9tdmi_clock_out(jtag_info, ARMV4_5_STR(0, 15), 0, NULL, 0);