Lines Matching full:exception
84 die(regs, "Unknown program exception"); in default_trap_handler()
94 "addressing exception")
96 "execute exception")
98 "fixpoint divide exception")
100 "fixpoint overflow exception")
102 "HFP overflow exception")
104 "HFP underflow exception")
106 "HFP significance exception")
108 "HFP divide exception")
110 "HFP square root exception")
112 "operand exception")
116 "special operation exception")
118 "transaction constraint exception")
123 /* FPC[2] is Data Exception Code */ in do_fp_trap()
125 /* bits 6 and 7 of DXC are 0 iff IEEE exception */ in do_fp_trap()
137 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
143 panic("Translation exception"); in translation_exception()
186 "specification exception");
219 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
228 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()