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

Lines Matching defs:out

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