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

ARMV8_LDRH_IP macro

Syntax

#define ARMV8_LDRH_IP(rd, rn) (0x78402400 | (rn << 5) | rd)

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:156
#define ARMV8_LDRH_IP(rd, rn) (0x78402400 | (rn << 5) | rd)
armv8_opcodes.c:37
[ARMV8_OPC_LDRH_IP] = ARMV8_LDRH_IP(1, 0),