Lines Matching defs:out
34 "fstps %[out]\n"
35 : [out] "=m" (inhandler[i])
45 float out[8];
85 "fstps 0x00 + %[out]\n"
86 "fstps 0x04 + %[out]\n"
87 "fstps 0x08 + %[out]\n"
88 "fstps 0x0c + %[out]\n"
89 "fstps 0x10 + %[out]\n"
90 "fstps 0x14 + %[out]\n"
91 "fstps 0x18 + %[out]\n"
92 "fstps 0x1c + %[out]\n"
93 : [out] "=m" (out[0])
108 out[0], out[2], out[4], out[6]);
109 /* Check that out[1], out[3], out[5] and out[7] contain uninitialised
111 if (out[1] || out[3] || out[5] || out[7])