Lines Matching refs:g1

224 	add	%o0, %o2, %g1		! get to end of dest space
225 andcc %g1, 7, %o3 ! %o3 has bytes till dst 8 bytes aligned
231 ldub [%o5], %g1 ! load one byte
234 stb %g1, [%o5+%o4] ! store one byte into dest
246 sll %o0, 3, %g1 ! %g1 is left shift
248 sub %g5, %g1, %g5 ! %g5 right shift = (64 - left shift)
255 sllx %o0, %g1, %o3 ! shift loaded 8 bytes left into tmp reg
262 srl %g1, 3, %o0 ! retsote %o0 value for alignment
271 ldx [%o5], %g1 ! load 8 bytes
274 stx %g1, [%o5+%o4] ! store 8 bytes to destination
280 1: ldub [%o5], %g1 ! load one byte
281 stb %g1, [%o5+%o4] ! store one byte
299 mov %o0, %g1 ! save %o0
774 mov %o0, %g1 ! save %o0
926 mov %g1, %o0 ! restore %o0
933 mov %g1, %o0 ! restore %o0
958 mov %g1, %o0 ! restore %o0
989 mov %g1, %o0 ! restore %o0
1012 mov %g1, %o0 ! restore %o0
1108 mov %g1, %o0 ! restore %o0
1197 mov %g1, %o0 ! restore %o0
2159 1: sll %o4, 8, %g1 ! save residual bytes
2163 or %o5, %g1, %g1
2164 st %g1, [%g5]
2180 2: sll %o4, 24, %g1 ! save residual bytes
2184 or %o5, %g1, %g1
2185 st %g1, [%g5]
2203 3: sll %o4, 16, %g1 ! save residual bytes
2207 or %o5, %g1, %g1
2208 st %g1, [%g5]
2374 ALIGN_DATA(%o2, %o3, %o4, %l2, %l3, %g1) ! merge %o2, %o3 and %o4
2381 ALIGN_DATA(%o4, %o5, %o2, %l2, %l3, %g1) ! merge %o2 with %o5 and
2388 ALIGN_DATA(%o2, %o3, %o4, %l2, %l3, %g1)
2393 ALIGN_DATA(%o4, %o5, %o2, %l2, %l3, %g1)
2419 ALIGN_DATA(%o3, %o4, %o5, %l2, %l3, %g1) ! merge %o3, %o4 and %o5
2426 ALIGN_DATA(%o5, %o2, %o3, %l2, %l3, %g1) ! merge %o2 and %o3 with
2433 ALIGN_DATA(%o3, %o4, %o5, %l2, %l3, %g1)
2438 ALIGN_DATA(%o5, %o2, %o3, %l2, %l3, %g1)