HomeSort by: relevance | last modified time | path
    Searched defs:ITER (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/arch/sparc/gen/
divrem.m4 65 * ITER number of main division loop iterations required;
68 * V the current comparand, initially divisor*2^(ITER*N-1)
87 define(ITER, `%o4')
166 clr ITER
170 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
171 ! Compute ITER in an unorthodox manner: know we need to shift V into
179 inc ITER
245 inccc ITER
247 dec ITER
254 deccc ITER
    [all...]
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 65 * ITER number of main division loop iterations required;
68 * V the current comparand, initially divisor*2^(ITER*N-1)
87 define(ITER, `%o4')
166 clr ITER
170 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
171 ! Compute ITER in an unorthodox manner: know we need to shift V into
179 inc ITER
245 inccc ITER
247 dec ITER
254 deccc ITER
    [all...]
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 69 * ITER number of main division loop iterations required;
72 * V the current comparand, initially divisor*2^(ITER*N-1)
91 define(ITER, `%o4')
167 clr ITER
171 ! The number of bits in the result here is N*ITER+SC, where SC <= N.
172 ! Compute ITER in an unorthodox manner: know we need to shift V into
180 inc ITER
246 inccc ITER
248 dec ITER
255 deccc ITER
    [all...]

Completed in 13 milliseconds