Lines Matching full:exception
89 die(regs, "Unknown program exception"); in default_trap_handler()
99 "addressing exception")
101 "execute exception")
103 "fixpoint divide exception")
105 "fixpoint overflow exception")
107 "HFP overflow exception")
109 "HFP underflow exception")
111 "HFP significance exception")
113 "HFP divide exception")
115 "HFP square root exception")
117 "operand exception")
121 "special operation exception")
123 "transaction constraint exception")
128 /* FPC[2] is Data Exception Code */ in do_fp_trap()
130 /* bits 6 and 7 of DXC are 0 iff IEEE exception */ in do_fp_trap()
142 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
148 panic("Translation exception"); in translation_exception()
191 "specification exception");
224 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
233 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()