Home | History | Annotate | Download | only in stdlib

Lines Matching refs:Storeinc

222 /* The following definition of Storeinc is appropriate for MIPS processors.
224 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
227 #define Storeinc(a,b,c) \
231 #define Storeinc(a,b,c) \
714 Storeinc(xc, z2, z);
727 Storeinc(xc, z, z2);
979 Storeinc(xc, z, y);
989 Storeinc(xc, z, y);
1960 Storeinc(bx, z, y);
1996 Storeinc(bx, z, y);