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

ARMV8_STRB_IP_T3 macro

Syntax

#define ARMV8_STRB_IP_T3(rd, rn) (0xf8000b01 | (rn << 16) | (rd << 12))

Arguments

rd

rn

References

LocationText
armv8_opcodes.h:169
#define ARMV8_STRB_IP_T3(rd, rn) (0xf8000b01 | (rn << 16) | (rd << 12))
armv8_opcodes.c:68
[ARMV8_OPC_STRB_IP] = ARMV8_STRB_IP_T3(1, 0),