Home
last modified time | relevance | path

Searched refs:EXCEPTION (Results 1 – 25 of 33) sorted by relevance

12

/arch/x86/math-emu/
Derrors.c67 EXCEPTION(EX_Invalid);
393 EXCEPTION(EX_Invalid); in real_1op_NaN()
409 EXCEPTION(EX_Invalid); in real_1op_NaN()
441 EXCEPTION(EX_Invalid); in real_2op_NaN()
472 EXCEPTION(EX_INTERNAL | 0x113); in real_2op_NaN()
493 EXCEPTION(EX_Invalid); in real_2op_NaN()
503 EXCEPTION(EX_Invalid); in arith_invalid()
527 EXCEPTION(EX_ZeroDiv); in FPU_divide_by_zero()
541 EXCEPTION(flags); in set_precision_flag()
552 EXCEPTION(EX_Precision | SW_C1); in set_precision_flag_up()
[all …]
Dreg_compare.c112 EXCEPTION(EX_Invalid); in compare()
135 EXCEPTION(EX_Invalid); in compare()
137 EXCEPTION(EX_Invalid); in compare()
176 EXCEPTION(EX_Invalid); in FPU_compare_st_data()
194 EXCEPTION(EX_INTERNAL | 0x121); in FPU_compare_st_data()
214 EXCEPTION(EX_StackUnder); in compare_st_st()
222 EXCEPTION(EX_Invalid); in compare_st_st()
240 EXCEPTION(EX_INTERNAL | 0x122); in compare_st_st()
260 EXCEPTION(EX_StackUnder); in compare_u_st_st()
270 EXCEPTION(EX_Invalid); in compare_u_st_st()
[all …]
Dreg_ld_str.c361 EXCEPTION(EX_StackUnder); in FPU_store_extended()
406 EXCEPTION(EX_Underflow); in FPU_store_double()
412 EXCEPTION(precision_loss); in FPU_store_double()
471 EXCEPTION(EX_Overflow); in FPU_store_double()
520 EXCEPTION(EX_Invalid); in FPU_store_double()
528 EXCEPTION(EX_Invalid); in FPU_store_double()
536 EXCEPTION(EX_StackUnder); in FPU_store_double()
592 EXCEPTION(EX_Underflow); in FPU_store_single()
598 EXCEPTION(precision_loss); in FPU_store_single()
652 EXCEPTION(EX_Overflow); in FPU_store_single()
[all …]
Dexception.h42 #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ macro
45 #define EXCEPTION(x) FPU_exception(x) macro
Dfpu_etc.c67 EXCEPTION(EX_Invalid); in ftst_()
77 EXCEPTION(EX_INTERNAL | 0x14); in ftst_()
83 EXCEPTION(EX_StackUnder); in ftst_()
Dget_address.c94 EXCEPTION(EX_Invalid); in sib()
127 EXCEPTION(EX_INTERNAL | 0x130); in vm86_segment()
147 EXCEPTION(EX_INTERNAL | 0x132); in pm_address()
268 EXCEPTION(EX_Invalid); in FPU_get_address()
287 EXCEPTION(EX_INTERNAL | 0x133); in FPU_get_address()
342 EXCEPTION(EX_Invalid); in FPU_get_address_16()
395 EXCEPTION(EX_INTERNAL | 0x131); in FPU_get_address_16()
Dreg_u_sub.S234 call EXCEPTION
240 call EXCEPTION
246 call EXCEPTION
252 call EXCEPTION
258 call EXCEPTION
Dreg_round.S606 call EXCEPTION
624 call EXCEPTION
656 call EXCEPTION
666 call EXCEPTION
672 call EXCEPTION
679 call EXCEPTION
685 call EXCEPTION
691 call EXCEPTION
697 call EXCEPTION
703 call EXCEPTION
Dreg_convert.c42 EXCEPTION(EX_INTERNAL | 0x180); in FPU_to_exp16()
Dfpu_asm.h15 #define EXCEPTION FPU_exception macro
Dfpu_trig.c187 EXCEPTION(EX_INTERNAL | 0x0112); in single_arg_error()
200 EXCEPTION(EX_Invalid); in single_arg_2_error()
214 EXCEPTION(EX_Invalid); in single_arg_2_error()
225 EXCEPTION(EX_INTERNAL | 0x0112); in single_arg_2_error()
427 EXCEPTION(EX_StackUnder); in fxtract()
431 EXCEPTION(EX_INTERNAL | 0x119); in fxtract()
1012 EXCEPTION(EX_INTERNAL | 0x118); in do_fprem()
1294 EXCEPTION(EX_INTERNAL | 0x125); in fpatan()
1374 EXCEPTION(EX_INTERNAL | 0x116); in fyl2xp1()
1470 EXCEPTION(EX_INTERNAL | 0x117); in fyl2xp1()
[all …]
Dwm_sqrt.S226 call EXCEPTION
279 call EXCEPTION
385 call EXCEPTION
445 call EXCEPTION
Ddiv_Xsig.S350 call EXCEPTION
356 call EXCEPTION
362 call EXCEPTION
Dpoly_sin.c191 EXCEPTION(EX_INTERNAL | 0x150); in poly_sine()
211 EXCEPTION(EX_Invalid); in poly_cos()
374 EXCEPTION(EX_INTERNAL | 0x151); in poly_cos()
Dload_store.c81 EXCEPTION(EX_INTERNAL | 0x140); in FPU_load_store()
108 EXCEPTION(EX_INTERNAL | 0x141); in FPU_load_store()
Dreg_u_div.S447 call EXCEPTION
453 call EXCEPTION
459 call EXCEPTION
Dfpu_entry.c216 EXCEPTION(EX_INTERNAL | 0x126); in math_emulate()
241 EXCEPTION(EX_INTERNAL | 0x128); in math_emulate()
367 EXCEPTION(EX_Invalid); in math_emulate()
486 EXCEPTION(EX_StackUnder); in math_emulate()
550 EXCEPTION(EX_INTERNAL | 0x111); in math_emulate()
Dpoly_2xm1.c64 EXCEPTION(EX_INTERNAL | 0x127); in poly_2xm1()
Dreg_u_mul.S137 call EXCEPTION
Dreg_mul.c109 EXCEPTION(EX_INTERNAL | 0x102); in FPU_mul()
Dfpu_aux.c124 EXCEPTION(EX_StackUnder); in fld_i_()
/arch/powerpc/kernel/
Dhead_32.S304 #define EXCEPTION(n, label, hdlr, xfer) \ macro
344 EXCEPTION(0x100, Reset, unknown_exception, EXC_XFER_STD)
416 EXCEPTION(0x500, HardwareInterrupt, do_IRQ, EXC_XFER_LITE)
431 EXCEPTION(0x700, ProgramCheck, program_check_exception, EXC_XFER_STD)
452 EXCEPTION(0x900, Decrementer, timer_interrupt, EXC_XFER_LITE)
454 EXCEPTION(0xa00, Trap_0a, unknown_exception, EXC_XFER_EE)
455 EXCEPTION(0xb00, Trap_0b, unknown_exception, EXC_XFER_EE)
465 EXCEPTION(0xd00, SingleStep, single_step_exception, EXC_XFER_STD)
466 EXCEPTION(0xe00, Trap_0e, unknown_exception, EXC_XFER_EE)
710 EXCEPTION(0x1300, Trap_13, instruction_breakpoint_exception, EXC_XFER_EE)
[all …]
Dhead_8xx.S158 #define EXCEPTION(n, label, hdlr, xfer) \ macro
195 EXCEPTION(0x100, Reset, unknown_exception, EXC_XFER_STD)
237 EXCEPTION(0x500, HardwareInterrupt, do_IRQ, EXC_XFER_LITE)
253 EXCEPTION(0x700, ProgramCheck, program_check_exception, EXC_XFER_STD)
257 EXCEPTION(0x800, FPUnavailable, unknown_exception, EXC_XFER_STD)
260 EXCEPTION(0x900, Decrementer, timer_interrupt, EXC_XFER_LITE)
262 EXCEPTION(0xa00, Trap_0a, unknown_exception, EXC_XFER_EE)
263 EXCEPTION(0xb00, Trap_0b, unknown_exception, EXC_XFER_EE)
272 EXCEPTION(0xd00, SingleStep, single_step_exception, EXC_XFER_STD)
273 EXCEPTION(0xe00, Trap_0e, unknown_exception, EXC_XFER_EE)
[all …]
Dhead_40x.S201 #define EXCEPTION(n, label, hdlr, xfer) \ macro
400 EXCEPTION(0x0500, HardwareInterrupt, do_IRQ, EXC_XFER_LITE)
418 EXCEPTION(0x0800, Trap_08, unknown_exception, EXC_XFER_EE)
419 EXCEPTION(0x0900, Trap_09, unknown_exception, EXC_XFER_EE)
420 EXCEPTION(0x0A00, Trap_0A, unknown_exception, EXC_XFER_EE)
421 EXCEPTION(0x0B00, Trap_0B, unknown_exception, EXC_XFER_EE)
428 EXCEPTION(0x0D00, Trap_0D, unknown_exception, EXC_XFER_EE)
429 EXCEPTION(0x0E00, Trap_0E, unknown_exception, EXC_XFER_EE)
430 EXCEPTION(0x0F00, Trap_0F, unknown_exception, EXC_XFER_EE)
659 EXCEPTION(0x1300, Trap_13, unknown_exception, EXC_XFER_EE)
[all …]
Dhead_fsl_booke.S331 EXCEPTION(0x0500, ExternalInput, do_IRQ, EXC_XFER_LITE)
345 EXCEPTION(0x0800, FloatingPointUnavailable, program_check_exception, EXC_XFER_EE)
347 EXCEPTION(0x0800, FloatingPointUnavailable, unknown_exception, EXC_XFER_EE)
357 EXCEPTION(0x2900, AuxillaryProcessorUnavailable, unknown_exception, EXC_XFER_EE)
364 EXCEPTION(0x3100, FixedIntervalTimer, unknown_exception, EXC_XFER_EE)
546 EXCEPTION(0x2020, SPEUnavailable, unknown_exception, EXC_XFER_EE)
551 EXCEPTION(0x2030, SPEFloatingPointData, SPEFloatingPointException, EXC_XFER_EE);
554 EXCEPTION(0x2050, SPEFloatingPointRound, SPEFloatingPointRoundException, EXC_XFER_EE)
556 EXCEPTION(0x2040, SPEFloatingPointData, unknown_exception, EXC_XFER_EE)
557 EXCEPTION(0x2050, SPEFloatingPointRound, unknown_exception, EXC_XFER_EE)
[all …]

12