Lines Matching refs:l1
140 ld [%fp + 64], %l1 ! get argument count
141 inc %l1 ! account for last element of 0
142 sll %l1, 2, %l1 ! multiply by 4
143 add %l0, %l1, %l0 ! and get address of first env ptr
145 set EB_ENVP, %l1 ! code for environment base
146 st %l1, [%o0 + 8] ! store it
147 set EB_AUXV, %l1 ! get code for auxiliary vector
148 st %l1, [%o0 + 16] ! store it
150 ld [%l0], %l1 ! get an entry
151 tst %l1 ! are we at a "0" entry in environment?
173 restore %o0, %g0, %l1 ! release frame
174 tst %l1 ! compatibility return?
177 jmpl %l1, %g0 ! call main program