Searched refs:SMALL_LIMIT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s46 #define SMALL_LIMIT 7 define
553 * If count is less than or equal to SMALL_LIMIT (7) we
556 * If count is > SMALL_LIMIT, we check the alignment of the input
650 ! Check to see if we're more than SMALL_LIMIT (7 bytes).
653 subcc %o2, SMALL_LIMIT, %o3
930 ! Check to see if we're more than SMALL_LIMIT.
932 subcc %o2, SMALL_LIMIT, %o3
H A Dniagara_copy.s183 #define SMALL_LIMIT 7 define
2872 * If count is less than or equal to SMALL_LIMIT (7) we
2875 * If count is > SMALL_LIMIT, we check the alignment of the input
4440 ! Check to see if we're more than SMALL_LIMIT (7 bytes).
4443 subcc %o2, SMALL_LIMIT, %o3
6634 ! Check to see if we're more than SMALL_LIMIT.
6636 subcc %o2, SMALL_LIMIT, %o3
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s170 #define SMALL_LIMIT 7 define
2090 * If count is less than or equal to SMALL_LIMIT (7) we
2093 * If count is > SMALL_LIMIT, we check the alignment of the input
2249 ! Check to see if we're more than SMALL_LIMIT (7 bytes).
2252 subcc %o2, SMALL_LIMIT, %o3
3503 ! Check to see if we're more than SMALL_LIMIT.
3505 subcc %o2, SMALL_LIMIT, %o3

Completed in 81 milliseconds