Searched refs:unaligned (Results 1 - 15 of 15) sorted by relevance
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strcmp.s | 95 sllx %o0, %g5, %g1 ! partial unaligned word from s2 108 or %g1, %o3, %g1 ! merge to get unaligned word from s2 117 sllx %o0, %g5, %g1 ! partial unaligned word from s2
|
| H A D | ascii_strcasecmp.s | 222 sll %i0, %l6, %g1 ! partial unaligned word from s2 238 or %g1, %i3, %g1 ! merge to get unaligned word from s2 263 sll %i0, %l6, %g1 ! partial unaligned word from s2
|
| H A D | strcpy.s | 72 sub %g0, %o1, %g1 ! %g1<2:0> = # of unaligned bytes
|
| /illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/ |
| H A D | memcpy.s | 97 jnz .sse_unaligned / jmp if dest is unaligned 102 jnz .sse_da / go to slow loop if source is unaligned 181 / use unaligned load since source doesn't line up 206 / use unaligned load since source doesn't line up
|
| H A D | memset.s | 97 movups (%esp), %xmm0 / unaligned load from stack into xmm0
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | ascii_strcasecmp.s | 222 sll %i0, %l6, %g1 ! partial unaligned word from s2 238 or %g1, %i3, %g1 ! merge to get unaligned word from s2
|
| /illumos-gate/usr/src/uts/sun4v/cpu/ |
| H A D | generic_copy.s | 140 btst 3, %i0 ! delay slot, from address unaligned? 164 ! both source and destination addresses are unaligned 281 ! if from address unaligned for double-word moves, 296 and %i2, 7, %i2 ! unaligned leftover count 311 and %i2, 3, %i2 ! unaligned leftover count
|
| H A D | niagara_copy.s | 161 * move remaining bytes for unaligned cases. go to long_exit 192 * This define is to align data for the unaligned source cases. 2450 btst 3, %i0 ! delay slot, from address unaligned? 2474 ! both source and destination addresses are unaligned 2591 ! if from address unaligned for double-word moves, 2606 and %i2, 7, %i2 ! unaligned leftover count 2621 and %i2, 3, %i2 ! unaligned leftover count
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | stream.c | 1412 size_t unaligned; local 1446 unaligned = P2PHASE((uintptr_t)dp->db_base, sizeof (uint_t)); 1447 if ((nbp = allocb_tmpl(size + unaligned, bp)) == NULL) 1463 base = ndp->db_base + unaligned; 1464 bcopy(dp->db_base, ndp->db_base + unaligned, size);
|
| /illumos-gate/usr/src/uts/sun4u/cpu/ |
| H A D | spitfire_copy.s | 1619 btst 3, %i0 ! delay slot, from address unaligned? 1643 ! both source and destination addresses are unaligned 1760 ! if from address unaligned for double-word moves, 1775 and %i2, 7, %i2 ! unaligned leftover count 1790 and %i2, 3, %i2 ! unaligned leftover count
|
| H A D | cheetah_copy.s | 222 * For longer copies, especially unaligned ones (where the src and 487 * Be aware that the maximum unroll for the short unaligned case 1108 bnz,pt %ncc, .bc_sm_movebytes ! unaligned 2025 bnz,pt %ncc, .co_sm_movebytes ! unaligned 2820 bnz,pt %ncc, .ci_sm_movebytes ! unaligned
|
| H A D | opl_olympus_copy.s | 218 * For longer copies, especially unaligned ones (where the src and 463 * Be aware that the maximum unroll for the short unaligned case 1059 bnz,pt %ncc, .bc_sm_movebytes ! unaligned 1957 bnz,pt %ncc, .co_sm_movebytes ! unaligned 2743 bnz,pt %ncc, .ci_sm_movebytes ! unaligned
|
| /illumos-gate/usr/src/uts/sun4v/ml/ |
| H A D | trap_table.s | 1236 GOTO(.fix_alignment); /* 106 do unaligned references */ 1425 ldn [%g5 + P_UTRAP15], %g5 ! unaligned utrap?
|
| /illumos-gate/usr/src/uts/sun4u/ml/ |
| H A D | trap_table.s | 1464 GOTO(.fix_alignment); /* 106 do unaligned references */ 1621 ldn [%g5 + P_UTRAP15], %g5 ! unaligned utrap?
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 6228 % vital for proper filling; pages come out unaligned when you do a
|
Completed in 141 milliseconds