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

ARMV8_STRW_IP_T3 macro

Syntax

#define ARMV8_STRW_IP_T3(rd, rn) (0xf8400b04 | (rn << 16) | (rd << 12))

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:171
#define ARMV8_STRW_IP_T3(rd, rn) (0xf8400b04 | (rn << 16) | (rd << 12))
armv8_opcodes.c:70
[ARMV8_OPC_STRW_IP] = ARMV8_STRW_IP_T3(1, 0),