Lines Matching refs:L
107 MOV.L #__tx_timer_system_clock, R1 ; Pickup address of system clock
108 MOV.L [R1], R2 ; Pickup system clock
110 MOV.L R2,[R1] ; Store new system clock
116 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
117 MOV.L [R1], R2 ; Pickup the current time slice
125 MOV.L R2, [R1] ; Store time-slice
136 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
137 MOV.L #1, R2 ; Build expired value
138 MOV.L R2, [R1] ; Set expired time slice variable
147 MOV.L #__tx_timer_current_ptr, R1 ; Pickup address of current timer ptr
148 MOV.L [R1], R2 ; Pickup current pointer
149 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
157 MOV.L #__tx_timer_expired,R2 ; Build address of expired flag
158 MOV.L #1, R1 ; Build expired value
159 MOV.L R1, [R2]
175 MOV.L #__tx_timer_list_end, R1 ; Pickup the timer list end ptr
176 MOV.L [R1], R1 ; Pickup actual timer list end