Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_FCOMI.c21 ARITH = CF | PF | ZF, enumerator
74 if ((res_fcomi_1_pi & ARITH) != (0)) { in test()
78 if ((res_fcomi_pi_1 & ARITH) != (CF)) { in test()
82 if ((res_fcomi_1_1 & ARITH) != (ZF)) { in test()
111 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) { in test_qnan()
140 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) { in testu_qnan()
171 if ((res_fcomi_nan_1 & ARITH) != (ZF|CF|PF)) { in testu_snan()
218 if ((res_fcomi_1_pi & ARITH) != (0)) { in testp()
222 if ((res_fcomi_pi_1 & ARITH) != (CF)) { in testp()
226 if ((res_fcomi_1_1 & ARITH) != (ZF)) { in testp()
[all …]