Searched refs:IEEE_TRAP_ENABLE_INV (Results 1 – 4 of 4) sorted by relevance
46 #define IEEE_TRAP_ENABLE_INV (1UL<<1) /* invalid op */ macro52 #define IEEE_TRAP_ENABLE_MASK (IEEE_TRAP_ENABLE_INV | IEEE_TRAP_ENABLE_DZE |\101 fp |= (~sw & (IEEE_TRAP_ENABLE_INV in ieee_swcr_to_fpcr()116 sw |= (~fp >> 48) & (IEEE_TRAP_ENABLE_INV in ieee_fpcr_to_swcr()
70 #define FP_EX_INVALID IEEE_TRAP_ENABLE_INV
318 if (_fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV; in alpha_fp_emul()
726 if (fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV; in SYSCALL_DEFINE5()