Lines Matching refs:L
121 MOV.L #__tx_timer_system_clock, R1 ; Pickup address of system clock
122 MOV.L [R1], R2 ; Pickup system clock
124 MOV.L R2,[R1] ; Store new system clock
130 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
131 MOV.L [R1], R2 ; Pickup the current time slice
139 MOV.L R2, [R1] ; Store time-slice
150 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
151 MOV.L #1, R2 ; Build expired value
152 MOV.L R2, [R1] ; Set expired time slice variable
161 MOV.L #__tx_timer_current_ptr, R1 ; Pickup address of current timer ptr
162 MOV.L [R1], R2 ; Pickup current pointer
163 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
171 MOV.L #__tx_timer_expired,R2 ; Build address of expired flag
172 MOV.L #1, R1 ; Build expired value
173 MOV.L R1, [R2]
189 MOV.L #__tx_timer_list_end, R1 ; Pickup the timer list end ptr
190 MOV.L [R1], R1 ; Pickup actual timer list end