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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c124 goto UNROLL; /* finish up with 1 good arg */
165 goto UNROLL; /* finish up with 1 good arg */
194 goto UNROLL; /* finish up with 2 good args */
235 goto UNROLL; /* finish up with 2 good args */
263 goto UNROLL; /* finish up with 2 good args */
306 goto UNROLL; /* finish up with 3 good args */
340 goto UNROLL; /* finish up with 3 good args */
349 UNROLL:
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1229 #define UNROLL 8 macro
1246 while (len > UNROLL) {
1255 r += UNROLL;
1256 a += UNROLL;
1257 len -= UNROLL;
1259 if (len == UNROLL) {
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s241 #define UNROLL 8 define
252 cmpl $UNROLL, %ecx
302 leal UNROLL32(%ebx), %ebx / a += UNROLL
303 leal UNROLL32(%edx), %edx / r += UNROLL
304 subl $UNROLL, %ecx / len -= UNROLL
508 cmpl $UNROLL, %ecx
574 leal UNROLL32(%ebx), %ebx / a += UNROLL
575 leal UNROLL32(%edx), %edx / r += UNROLL
576 subl $UNROLL,
[all...]

Completed in 67 milliseconds