HomeSort by: relevance | last modified time | path
    Searched refs:unroll (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/crypto/des/
des_ecb.c 74 const char *ptr,*unroll,*risc,*size; local in function:des_options
92 unroll="16";
94 unroll="4";
102 ptr, risc, unroll, size);
  /src/common/lib/libc/arch/mips/string/
strcmp.S 51 lbu t0, 1(a0) # unroll loop
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 71 | (It's clear why this happens for a count of 40: unroll-8 pays a
72 | loop branch cost and unroll-16 doesn't. But the tests also showed
  /src/sys/arch/m68k/m68k/
oc_cksum.s 67 | (It's clear why this happens for a count of 40: unroll-8 pays a
68 | loop branch cost and unroll-16 doesn't. But the tests also showed
copy.s 113 * - unroll the longword copy loop (might not be good for a 68020)
174 * - unroll the longword copy loop (might not be good for a 68020)
  /src/lib/libc/arch/sparc/gen/
divrem.m4 213 ! So we unroll slightly...
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 213 ! So we unroll slightly...
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 214 ! So we unroll slightly...
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.h 252 __attribute__((optimize("unroll-loops")))
258 #pragma unroll

Completed in 17 milliseconds