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

ARMV8_LDRH_IP_T3 macro

Syntax

#define ARMV8_LDRH_IP_T3(rd, rn) (0xf8300b02 | (rn << 16) | (rd << 12))

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:161
#define ARMV8_LDRH_IP_T3(rd, rn) (0xf8300b02 | (rn << 16) | (rd << 12))
armv8_opcodes.c:66
[ARMV8_OPC_LDRH_IP] = ARMV8_LDRH_IP_T3(1, 0),