Home | History | Annotate | Download | only in Python

Lines Matching defs:Storeinc

227 /* The following definition of Storeinc is appropriate for MIPS processors.
229 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
232 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
235 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
698 Storeinc(xc, z2, z);
711 Storeinc(xc, z, z2);
982 Storeinc(xc, z, y);
990 Storeinc(xc, z, y);
1279 Storeinc(bx, z, y);
1312 Storeinc(bx, z, y);