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

  /src/lib/libc/gdtoa/
sum.c 67 Storeinc(xc, z, y);
76 Storeinc(xc, z, y);
dmisc.c 164 Storeinc(bx, z, y);
207 Storeinc(bx, z, y);
smisc.c 166 Storeinc(c, x[1], x[0]);
gdtoaimp.h 319 /* The following definition of Storeinc is appropriate for MIPS processors.
321 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
324 #define Storeinc(a,b,c) \
329 #define Storeinc(a,b,c) \
misc.c 349 Storeinc(xc, z2, z);
362 Storeinc(xc, z, z2);
628 Storeinc(xc, z, y);
636 Storeinc(xc, z, y);

Completed in 21 milliseconds