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

ARMV8_MRC_T1 macro

Syntax

#define ARMV8_MRC_T1(cp, crn, opc1, crm, opc2, rt) ARMV4_5_MRC(cp, opc1, rt, crn, crm, opc2)

Arguments

cp

crn

opc1

crm

opc2

rt

References

LocationText
armv8_opcodes.h:111
#define ARMV8_MRC_T1(cp, crn, opc1, crm, opc2, rt) ARMV4_5_MRC(cp, opc1, rt, crn, crm, opc2)
armv8_opcodes.h:114
#define ARMV8_MRC_DSPSR(rt) ARMV8_MRC_T1(15, 4, 3, 5, 0, rt)
armv8_opcodes.h:116
#define ARMV8_MRC_DLR(rt) ARMV8_MRC_T1(15, 4, 3, 5, 1, rt)