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

XT_INS_RFR macro

Syntax

#define XT_INS_RFR(X, FR, T) _XT_INS_FORMAT_RRR(X, 0xFA0000, ((FR << 4) | 0x4), T)

Arguments

X

FR

T

References

LocationText
xtensa.c:149
#define XT_INS_RFR(X, FR, T) _XT_INS_FORMAT_RRR(X, 0xFA0000, ((FR << 4) | 0x4), T)
xtensa.c:1334
xtensa_queue_exec_ins(xtensa, XT_INS_RFR(xtensa, reg_num, XT_REG_A3));