Home
last modified time | relevance | path

Searched refs:ARITH (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_FCOMI.c20 ARITH = CF | PF | ZF, enumerator
73 if ((res_fcomi_1_pi & ARITH) != (0)) { in test()
77 if ((res_fcomi_pi_1 & ARITH) != (CF)) { in test()
78 printf("[BAD]\tfcomi_pi_1 with flags:%lx->%lx\n", flags, res_fcomi_pi_1 & ARITH); in test()
81 if ((res_fcomi_1_1 & ARITH) != (ZF)) { in test()
110 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) { in test_qnan()
139 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) { in testu_qnan()
170 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) { in testu_snan()
217 if ((res_fcomi_1_pi & ARITH) != (0)) { in testp()
221 if ((res_fcomi_pi_1 & ARITH) != (CF)) { in testp()
[all …]