Lines Matching refs:l1
149 ld [%fp + 64], %l1 ! get argument count
150 inc %l1 ! account for last element of 0
151 sll %l1, 2, %l1 ! multiply by 4
152 add %l0, %l1, %l0 ! and get address of first env ptr
154 set EB_ENVP, %l1 ! code for environment base
155 st %l1, [%o0 + 8] ! store it
156 set EB_AUXV, %l1 ! get code for auxiliary vector
157 st %l1, [%o0 + 16] ! store it
159 ld [%l0], %l1 ! get an entry
160 tst %l1 ! are we at a "0" entry in environment?
182 restore %o0, %g0, %l1 ! release frame
183 tst %l1 ! compatibility return?
186 jmpl %l1, %g0 ! call main program