Home | History | Annotate | Download | only in x86

Lines Matching refs:flags

36 int test(long flags)
72 : "r" (flags)
75 printf("[BAD]\tfcomi_1_pi with flags:%lx\n", flags);
79 printf("[BAD]\tfcomi_pi_1 with flags:%lx->%lx\n", flags, res_fcomi_pi_1 & ARITH);
83 printf("[BAD]\tfcomi_1_1 with flags:%lx\n", flags);
93 int test_qnan(long flags)
109 : "r" (flags)
112 printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
122 int testu_qnan(long flags)
138 : "r" (flags)
141 printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
151 int testu_snan(long flags)
169 : "r" (flags)
172 printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
183 int testp(long flags)
216 : "r" (flags)
219 printf("[BAD]\tfcomi_1_pi with flags:%lx\n", flags);
223 printf("[BAD]\tfcomi_pi_1 with flags:%lx->%lx\n", flags, res_fcomi_pi_1 & ARITH);
227 printf("[BAD]\tfcomi_1_1 with flags:%lx\n", flags);
237 int testp_qnan(long flags)
252 : "r" (flags)
255 printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);
265 int testup_qnan(long flags)
280 : "r" (flags)
283 printf("[BAD]\tfcomi_qnan_1 with flags:%lx\n", flags);