Lines Matching refs:srlx
119 srlx %l1, 56, %g1 ! first byte
124 srlx %l1, 48, %g1 ! second byte
129 srlx %l1, 40, %g1 ! third byte
134 srlx %l1, 32, %g1 ! fourth byte
139 srlx %l1, 24, %g1 ! fifth byte
144 srlx %l1, 16, %g1 ! sixth byte
149 srlx %l1, 8, %g1 ! seventh byte
173 srlx %l1, 56, %g1 ! first byte
179 srlx %l1, 48, %g1 ! second byte
186 srlx %l1, 40, %g1 ! third byte
193 srlx %l1, 32, %g1 ! fourth byte
200 srlx %l1, 24, %g1 ! fifth byte
207 srlx %l1, 16, %g1 ! sixth byte
214 srlx %l1, 8, %g1 ! seventh byte
248 srlx %i5, 8, %i5 ! byte mask for next byte
267 srlx %l1, 56, %g1 ! %g1<7:0> = first byte; word aligned now
269 srlx %l1, 24, %g1 ! %g1<31:0> = bytes 2, 3, 4, 5
271 srlx %l1, 8, %g1 ! %g1<15:0> = bytes 6, 7
285 srlx %l1, 56, %g1 ! %g1<7:0> = first byte; half-word aligned now
287 srlx %l1, 40, %g1 ! %g1<15:0> = bytes 2, 3
289 srlx %l1, 8, %g1 ! %g1<31:0> = bytes 4, 5, 6, 7
303 srlx %l1, 48, %g1 ! %g1<15:0> = bytes 1, 2; word aligned now
305 srlx %l1, 16, %g1 ! %g1<31:0> = bytes 3, 4, 5, 6
321 srlx %l1, 32, %g1 ! %g1<31:0> = bytes 1, 2, 3, 4