Lines Matching refs:a3
81 movi a3, PS_STACK_MASK | PS_DI_MASK /* disable interrupts. */
82 xps a2, a3
121 movi a3, _tx_thread_execute_ptr
124 l32i a2, a3, 0 /* a2 = _tx_thread_execute_ptr */
140 movi a3, _tx_thread_current_ptr
142 s32i a2, a3, 0 /* a2 = _tx_thread_current_ptr (TCB) */
146 addi a3, a0, 1
148 s32i a3, a2, tx_thread_run_count
152 l32i a3, a2, tx_thread_time_slice
153 s32i a3, a0, 0
166 l32i a3, a2, tx_thread_clib_ptr
167 s32i a3, a0, 0 /* point to thread's reent struct */
185 l32i a3, a2, tx_thread_solicited
186 bnez a3, .L_tx_thread_synch_return
192 l16ui a3, a2, tx_thread_cp_state + XT_CPENABLE
193 wsr a3, CPENABLE
222 l32i a3, sp, XT_STK_PS
239 wsr a3, PS /* no need to sync PS, delay is OK */