Home
last modified time | relevance | path

Searched refs:XT_CPSTORED (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/ports/xtensa/xcc/src/
Dxtensa_coproc_handler.S150 l16ui a4, a2, XT_CPSTORED // a4 = old owner's CPSTORED
153 s16i a4, a2, XT_CPSTORED // update old owner's CPSTORED
170 l16ui a3, a15, XT_CPSTORED // a3 = new owner's CPSTORED
174 s16i a3, a15, XT_CPSTORED // update new owner's CPSTORED
/ThreadX-v6.4.1/ports/xtensa/xcc/inc/
Dxtensa_context.h319 #define XT_CPSTORED 2 /* (2 bytes) coprocessors saved for this thread */ macro