Searched refs:Storeinc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dsum.c63 Storeinc(xc, z, y);
72 Storeinc(xc, z, y);
H A Ddmisc.c155 Storeinc(bx, z, y);
196 Storeinc(bx, z, y);
H A Dsmisc.c155 Storeinc(c, x[1], x[0]);
H A Dgdtoaimp.h305 /* The following definition of Storeinc is appropriate for MIPS processors.
307 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
310 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro
313 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
H A Dmisc.c331 Storeinc(xc, z2, z);
344 Storeinc(xc, z, z2);
585 Storeinc(xc, z, y);
593 Storeinc(xc, z, y);

Completed in 71 milliseconds