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

ARMV8_LDRW_IP_T3 macro

Syntax

#define ARMV8_LDRW_IP_T3(rd, rn) (0xf8500b04 | (rn << 16) | (rd << 12))

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:162
#define ARMV8_LDRW_IP_T3(rd, rn) (0xf8500b04 | (rn << 16) | (rd << 12))
armv8_opcodes.c:67
[ARMV8_OPC_LDRW_IP] = ARMV8_LDRW_IP_T3(1, 0),