Home | History | Annotate | Download | only in amd64-solaris

Lines Matching defs:out

1 /* Test if SSE valus are correctly propagated into and out of a signal handler
32 upad128_t out[8];
70 "movups %%xmm0, 0x00 + %[out]\n"
71 "movups %%xmm1, 0x10 + %[out]\n"
72 "movups %%xmm2, 0x20 + %[out]\n"
73 "movups %%xmm3, 0x30 + %[out]\n"
74 "movups %%xmm4, 0x40 + %[out]\n"
75 "movups %%xmm5, 0x50 + %[out]\n"
76 "movups %%xmm6, 0x60 + %[out]\n"
77 "movups %%xmm7, 0x70 + %[out]\n"
78 : [out] "=m" (out[0])
92 out[0]._q, out[2]._q, out[5]._q, out[6]._q);
93 /* Check that out[1], out[3], out[4] and out[7] contain uninitialised
95 if (out[1]._q || out[3]._q || out[4]._q || out[7]._q)