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

XT_INS_ROTW macro

Syntax

#define XT_INS_ROTW(X, N) (XT_ISBE(X) ? ((0x000804) | (((N) & 15) << 16)) << 8 : ((0x408000) | (((N) & 15) << 4)))

Arguments

X

N

References

LocationText
xtensa.c:141
#define XT_INS_ROTW(X, N) (XT_ISBE(X) ? ((0x000804) | (((N) & 15) << 16)) << 8 : ((0x408000) | (((N) & 15) << 4)))
xtensa.c:852
xtensa_queue_exec_ins(xtensa, XT_INS_ROTW(xtensa, rotw_arg));
xtensa.c:1285
xtensa_queue_exec_ins(xtensa, XT_INS_ROTW(xtensa, rotw_arg));