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

XT_INS_JX macro

Syntax

#define XT_INS_JX(X, S) (XT_ISBE(X) ? (0x050000 | ((S) << 12)) : (0x0000a0 | ((S) << 8)))

Arguments

X

S

References

LocationText
xtensa.c:130
#define XT_INS_JX(X, S) (XT_ISBE(X) ? (0x050000 | ((S) << 12)) : (0x0000a0 | ((S) << 8)))
xtensa.c:716
xtensa_queue_exec_ins(xtensa, XT_INS_JX(xtensa, XT_REG_A3));