Searched refs:boundary (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s126 * get dst aligned on long word boundary
127 * if( src is on long word boundary ) {
144 * move bytes to align destination register on long word boundary
145 * if(src is on long word boundary) { src/dst aligned on 8 bytes
146 * align dst on 64 byte boundary; use 8-way test for each of 8 possible
147 * src alignments relative to a 64 byte boundary to select the
154 * align dst on 64 byte boundary; use 8-way test for each of 8 possible
155 * src alignments to nearest long word relative to 64 byte boundary to
730 * Align destination to long word boundary
1185 ! align dst to 64 byte boundary
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s228 * boundary, remaining src data after the last full dst cache line is
1322 ! TMP = bytes required to align DST on FP_BLOCK boundary
2266 ! TMP = bytes required to align DST on FP_BLOCK boundary
3054 ! TMP = bytes required to align DST on FP_BLOCK boundary
H A Dopl_olympus_copy.s224 * boundary, remaining src data after the last full dst cache line is
1274 ! TMP = bytes required to align DST on FP_BLOCK boundary
2199 ! TMP = bytes required to align DST on FP_BLOCK boundary
2978 ! TMP = bytes required to align DST on FP_BLOCK boundary
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s621 ! o3 is how much sooner we'll cross the alignment boundary
908 ! on a cache line boundary, improving performance
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s638 ! o3 is how much sooner we'll cross the alignment boundary
934 ! on a cache line boundary, improving performance
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s61 * Is source aligned on word boundary
62 * If no then align source on word boundary then goto .ald
65 * Is destination aligned on word boundary
71 * Align destination on block boundary
88 * if src & dst aligned on word boundary but not long word boundary,
90 * if src & dst aligned on long word boundary
94 * move enough bytes to get src to word boundary
95 * if dst now on word boundary
98 * if dst now on half word boundary
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemset.s62 * Align destination to 16-byte boundary
459 * Align to 16 byte boundary first
472 jmpq *%r11 # align dest to 16-byte boundary

Completed in 104 milliseconds

12