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