Lines Matching refs:l0

84 	add	%i2, %g4, %l0		! dst
86 and %l0, 3, %g1 ! dst<1:0> to examine offset
97 andcc %l0, 7, %g0 ! dst word aligned ?
107 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
239 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
240 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x80808080
263 sub %l1, %i4, %l0 ! x - 0x0101010101010101
264 andcc %l0, %g1, %g0 ! ((x - 0x0101010101010101) & ~x & 0x8080808080808080)
266 add %i2, %g4, %l0 ! dst (in pointer form)
268 stb %g1, [%l0] ! store first byte
270 stw %g1, [%l0 + 1] ! store bytes 2, 3, 4, 5
272 sth %g1, [%l0 + 5] ! store bytes 6, 7
274 stb %l1, [%l0 + 7] ! store eigth byte
281 sub %l1, %i4, %l0 ! x - 0x0101010101010101
282 andcc %l0, %g1, %g0 ! ((x - 0x0101010101010101) & ~x & 0x8080808080808080)
284 add %i2, %g4, %l0 ! dst (in pointer form)
286 stb %g1, [%l0] ! store first byte
288 sth %g1, [%l0 + 1] ! store bytes 2, 3
290 stw %g1, [%l0 + 3] ! store bytes 4, 5, 6, 7
292 stb %l1, [%l0 + 7] ! store eigth byte
299 sub %l1, %i4, %l0 ! x - 0x0101010101010101
300 andcc %l0, %g1, %g0 ! ((x - 0x0101010101010101) & ~x & 0x8080808080808080)
302 add %i2, %g4, %l0 ! dst (in pointer form)
304 sth %g1, [%l0] ! store bytes 1, 2
306 stw %g1, [%l0 + 2] ! store bytes 3, 4, 5, 6
308 sth %l1, [%l0 + 6] ! store bytes 7, 8
317 sub %l1, %i4, %l0 ! x - 0x0101010101010101
318 andcc %l0, %g1, %g0 ! ((x - 0x0101010101010101) & ~x & 0x8080808080808080)
320 add %i2, %g4, %l0 ! dst (in pointer form)
322 stw %g1, [%l0] ! store bytes 1, 2, 3, 4
324 stw %l1, [%l0 + 4] ! store bytes 5, 6, 7, 8