Lines Matching refs:srlx
144 srlx %o1, 56, %o3 ! %o3<7:0> = first byte
148 srlx %o4, 8, %o4 ! 0x00ff000000000000
149 srlx %o1, 48, %o3 ! %o3<7:0> = second byte
153 srlx %o4, 8, %o4 ! 0x0000ff0000000000
154 srlx %o1, 40, %o3 ! %o3<7:0> = third byte
158 srlx %o4, 8, %o4 ! 0x000000ff00000000
159 srlx %o1, 32, %o3 ! %o3<7:0> = fourth byte
163 srlx %o4, 8, %o4 ! 0x00000000ff000000
164 srlx %o1, 24, %o3 ! %o3<7:0> = fifth byte
168 srlx %o4, 8, %o4 ! 0x0000000000ff0000
169 srlx %o1, 16, %o3 ! %o3<7:0> = sixth byte
173 srlx %o4, 8, %o4 ! 0x000000000000ff00
175 srlx %o1, 8, %o3 ! %o3<7:0> = seventh byte
191 srlx %o1, 56, %g1 ! %g1<7:0> = first byte; word aligned now
193 srlx %o1, 24, %g1 ! %g1<31:0> = bytes 2, 3, 4, 5
195 srlx %o1, 8, %g1 ! %g1<15:0> = bytes 6, 7
210 srlx %o1, 56, %g1 ! %g1<7:0> = first byte; word aligned now
212 srlx %o1, 40, %g1 ! %g1<15:0> = bytes 2, 3
214 srlx %o1, 8, %g1 ! %g1<31:0> = bytes 4, 5, 6, 7
229 srlx %o1, 48, %g1 ! get first and second byte
231 srlx %o1, 16, %g1 ! %g1<31:0> = bytes 3, 4, 5, 6
244 srlx %o1, 32, %g1 ! get bytes 1,2,3,4