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

ARMV8_STRW_IP macro

Syntax

#define ARMV8_STRW_IP(rd, rn) (0xb8004400 | (rn << 5) | rd)

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:166
#define ARMV8_STRW_IP(rd, rn) (0xb8004400 | (rn << 5) | rd)
armv8_opcodes.c:42
[ARMV8_OPC_STRW_IP] = ARMV8_STRW_IP(1, 0),