Searched refs:SHORTCOPY (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 64 #define SHORTCOPY 3 define 339 cmp %o2, SHORTCOPY ! check for really short case
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 60 #define SHORTCOPY 3 define 360 cmp %o2, SHORTCOPY ! check for really short case
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 169 #define SHORTCOPY 3 define 776 cmp %o2, SHORTCOPY ! check for really short case
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | cheetah_copy.s | 488 * is SHORTCOPY+1 490 #define SHORTCOPY 3 define 1003 cmp %o2, SHORTCOPY ! check for really short case 1913 cmp %o2, SHORTCOPY ! check for really short case 2708 cmp %o2, SHORTCOPY ! check for really short case
|
H A D | opl_olympus_copy.s | 464 * is SHORTCOPY+1 466 #define SHORTCOPY 3 define 958 cmp %o2, SHORTCOPY ! check for really short case 1845 cmp %o2, SHORTCOPY ! check for really short case 2631 cmp %o2, SHORTCOPY ! check for really short case
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.s | 122 * if count < SHORTCOPY (7 bytes) 315 #define SHORTCOPY 7 define 626 cmp %o2, SHORTCOPY ! make sure there is enough to align 3014 cmp %o2, SHORTCOPY ! make sure there is enough to align 5207 cmp %o2, SHORTCOPY ! make sure there is enough to align
|
Completed in 99 milliseconds