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

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s53 #define XCOPY_MIN_SIZE 128 /* Must be >= 16 bytes */ define
1675 * Make sure cnt is >= XCOPY_MIN_SIZE bytes
1677 cmpq $XCOPY_MIN_SIZE, %rdx
1753 * Make sure cnt is >= XCOPY_MIN_SIZE bytes
1755 cmpl $XCOPY_MIN_SIZE, ARG_COUNT(%esp)
1961 * Make sure cnt is >= XCOPY_MIN_SIZE bytes
1963 cmpq $XCOPY_MIN_SIZE, %rdx
2039 * Make sure cnt is >= XCOPY_MIN_SIZE bytes
2041 cmpl $XCOPY_MIN_SIZE, %edx

Completed in 62 milliseconds