Lines Matching refs:L
108 MOV.L #__tx_timer_system_clock, R1 ; Pickup address of system clock
109 MOV.L [R1], R2 ; Pickup system clock
111 MOV.L R2,[R1] ; Store new system clock
117 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
118 MOV.L [R1], R2 ; Pickup the current time slice
126 MOV.L R2, [R1] ; Store time-slice
137 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
138 MOV.L #1, R2 ; Build expired value
139 MOV.L R2, [R1] ; Set expired time slice variable
148 MOV.L #__tx_timer_current_ptr, R1 ; Pickup address of current timer ptr
149 MOV.L [R1], R2 ; Pickup current pointer
150 MOV.L [R2+], R1 ; pickup timer list entry, _tx_timer_current_ptr++
158 MOV.L #__tx_timer_expired,R2 ; Build address of expired flag
159 MOV.L #1, R1 ; Build expired value
160 MOV.L R1, [R2]
176 MOV.L #__tx_timer_list_end, R1 ; Pickup the timer list end ptr
177 MOV.L [R1], R1 ; Pickup actual timer list end