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

ARMV8_STRB_IP macro

Syntax

#define ARMV8_STRB_IP(rd, rn) (0x38001400 | (rn << 5) | rd)

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:164
#define ARMV8_STRB_IP(rd, rn) (0x38001400 | (rn << 5) | rd)
armv8_opcodes.c:40
[ARMV8_OPC_STRB_IP] = ARMV8_STRB_IP(1, 0),