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

ARMV8_LDRW_IP macro

Syntax

#define ARMV8_LDRW_IP(rd, rn) (0xb8404400 | (rn << 5) | rd)

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:157
#define ARMV8_LDRW_IP(rd, rn) (0xb8404400 | (rn << 5) | rd)
armv8_opcodes.c:38
[ARMV8_OPC_LDRW_IP] = ARMV8_LDRW_IP(1, 0),