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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc325 /* 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, \ macro
333 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
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(b
[all...]

Completed in 44 milliseconds