Lines Matching full:exception
88 die(regs, "Unknown program exception"); in default_trap_handler()
98 "addressing exception")
100 "execute exception")
102 "fixpoint divide exception")
104 "fixpoint overflow exception")
106 "HFP overflow exception")
108 "HFP underflow exception")
110 "HFP significance exception")
112 "HFP divide exception")
114 "HFP square root exception")
116 "operand exception")
120 "special operation exception")
122 "transaction constraint exception")
127 /* FPC[2] is Data Exception Code */ in do_fp_trap()
129 /* bits 6 and 7 of DXC are 0 iff IEEE exception */ in do_fp_trap()
141 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
147 panic("Translation-Specification Exception"); in translation_specification_exception()
190 "specification exception");
223 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
232 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()