Lines Matching refs:L
122 MOV.L #__tx_timer_system_clock, R1 ; Pickup address of system clock
123 MOV.L [R1], R2 ; Pickup system clock
125 MOV.L R2,[R1] ; Store new system clock
131 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
132 MOV.L [R1], R2 ; Pickup the current time slice
140 MOV.L R2, [R1] ; Store time-slice
151 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
152 MOV.L #1, R2 ; Build expired value
153 MOV.L R2, [R1] ; Set expired time slice variable
162 MOV.L #__tx_timer_current_ptr, R1 ; Pickup address of current timer ptr
163 MOV.L [R1], R2 ; Pickup current pointer
164 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
172 MOV.L #__tx_timer_expired,R2 ; Build address of expired flag
173 MOV.L #1, R1 ; Build expired value
174 MOV.L R1, [R2]
190 MOV.L #__tx_timer_list_end, R1 ; Pickup the timer list end ptr
191 MOV.L [R1], R1 ; Pickup actual timer list end