Lines Matching refs:except
46 frm_fp_except (unsigned except) in frm_fp_except() argument
49 if (except & (1 << 0)) in frm_fp_except()
51 if (except & (1 << 1)) in frm_fp_except()
53 if (except & (1 << 2)) in frm_fp_except()
55 if (except & (1 << 3)) in frm_fp_except()
57 if (except & (1 << 4)) in frm_fp_except()
65 unsigned except = 0; in frm_except() local
67 except |= (1 << 0); in frm_except()
69 except |= (1 << 1); in frm_except()
71 except |= (1 << 2); in frm_except()
73 except |= (1 << 3); in frm_except()
75 except |= (1 << 4); in frm_except()
76 return except; in frm_except()