Lines Matching full:set
61 li r4,0x0 /* set rt_thread_switch_interrput_flag to 0 */
65 lis r3,rt_interrupt_from_thread@h /* set rt_interrupt_from_thread */
138 /* set rt_thread_switch_interrput_flag = 1 */
144 /* set rt_interrupt_from_thread = 0 */
150 /* set rt_interrupt_from_thread = to */
163 /* compare rt_thread_switch_interrupt_flag and set it */
168 beq _reswitch /* set already, goto _reswitch */
169 li r6,0x1 /* set rt_thread_switch_interrput_flag to 1*/
172 /* set rt_interrupt_from_thread to 'from' */
178 /* set rt_interrupt_to_thread to 'to' */
190 /* compare rt_thread_switch_interrupt_flag and set it */
195 beq _int_reswitch /* set already, goto _reswitch */
196 li r6,0x1 /* set rt_thread_switch_interrput_flag to 1*/
199 /* set rt_interrupt_from_thread to 'from' */
205 /* set rt_interrupt_to_thread to 'to' */