Searched defs:UNROLL (Results 1 - 2 of 2) sorted by relevance

/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...]
/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) {

Completed in 50 milliseconds