Lines Matching defs:out
1 /* Test if x87 FP valus are correctly propagated in and out of a signal
37 "fstps %[out]\n"
38 : [out] "=m" (inhandler[i])
47 float out[8];
80 "fstps 0x00 + %[out]\n"
81 "fstps 0x04 + %[out]\n"
82 "fstps 0x08 + %[out]\n"
83 "fstps 0x0c + %[out]\n"
84 "fstps 0x10 + %[out]\n"
85 "fstps 0x14 + %[out]\n"
86 "fstps 0x18 + %[out]\n"
87 "fstps 0x1c + %[out]\n"
88 : [out] "=m" (out[0])
102 out[0], out[2], out[4], out[6]);
103 /* Check that out[1], out[3], out[5] and out[7] contain uninitialised
105 if (out[1] || out[3] || out[5] || out[7])