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

ARMV8_LDRD_IP macro

Syntax

#define ARMV8_LDRD_IP(rd, rn) (0xf8408400 | (rn << 5) | rd)

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:158
#define ARMV8_LDRD_IP(rd, rn) (0xf8408400 | (rn << 5) | rd)
armv8_opcodes.c:39
[ARMV8_OPC_LDRD_IP] = ARMV8_LDRD_IP(1, 0),