Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:Storeinc

325 /* The following definition of Storeinc is appropriate for MIPS processors.
327 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
330 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
333 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
862 Storeinc(xc, z2, z);
875 Storeinc(xc, z, z2);
1122 Storeinc(xc, z, y);
1130 Storeinc(xc, z, y);
2160 Storeinc(bx, z, y);
2201 Storeinc(bx, z, y);