Searched refs:exceptions (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpmodule.c143 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) argument
147 pr_debug("VFP: raising exceptions %08x\n", exceptions);
149 if (exceptions == VFP_EXCEPTION_ERROR) {
160 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V))
163 fpscr |= exceptions;
168 if (exceptions & stat && fpscr & en) \
189 u32 exceptions = VFP_EXCEPTION_ERROR; local
199 exceptions = vfp_single_cpdo(inst, fpscr);
201 exceptions
225 u32 fpscr, orig_fpscr, exceptions, inst; local
[all...]
H A Dvfpdouble.c70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func) argument
81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions))
161 exceptions |= FPSCR_IXC;
172 exceptions |= FPSCR_OFC | FPSCR_IXC;
186 exceptions |= FPSCR_UFC;
195 pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func,
196 dd, d, exceptions);
199 return exceptions;
203 * Propagate the NaN, setting exceptions if it is signalling.
444 u32 exceptions local
509 u32 d, exceptions = 0; local
588 u32 d, exceptions = 0; local
687 u32 exceptions = 0; local
854 u32 exceptions; local
919 u32 exceptions; local
939 u32 exceptions; local
961 u32 exceptions; local
982 u32 exceptions; local
1008 u32 exceptions = 0; local
1128 u32 exceptions = 0; local
[all...]
H A Dvfpsingle.c70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func)
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions))
166 exceptions |= FPSCR_IXC;
177 exceptions |= FPSCR_OFC | FPSCR_IXC;
191 exceptions |= FPSCR_UFC;
201 pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func,
202 sd, d, exceptions);
207 return exceptions;
211 * Propagate the NaN, setting exceptions i
487 u32 exceptions = 0; local
550 u32 d, exceptions = 0; local
630 u32 d, exceptions = 0; local
733 u32 exceptions = 0; local
898 u32 exceptions; local
968 u32 exceptions; local
991 u32 exceptions; local
1015 u32 exceptions; local
1053 u32 exceptions = 0; local
1173 u32 exceptions = 0; local
[all...]
H A Dvfp.h249 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions);
251 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func);
342 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func);
H A Dvfphw.S84 bic r5, r1, #FPEXC_EXCEPTION @ make sure exceptions are disabled
92 @ exceptions, so we can get at the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassAdapter.java113 final String[] exceptions)
115 return cv.visitMethod(access, name, desc, signature, exceptions);
108 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
H A DClassVisitor.java173 * method parameters, return type and exceptions do not use generic
175 * @param exceptions the internal names of the method's exception classes
187 String[] exceptions);
182 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
H A DClassReader.java638 // reads declared exceptions
639 String[] exceptions;
641 exceptions = null;
643 exceptions = new String[readUnsignedShort(w)];
645 for (j = 0; j < exceptions.length; ++j) {
646 exceptions[j] = readClass(w, c);
656 exceptions);
664 * and exceptions of the method have not been changed, then it
675 if (exceptions == null) {
678 if (exceptions
[all...]
H A DMethodWriter.java95 * Number of exceptions that can be thrown by this method.
100 * The exceptions that can be thrown by this method. More precisely, this
104 int[] exceptions; field in class:MethodWriter
508 * @param exceptions the internal names of the method's exceptions. May be
519 final String[] exceptions,
534 if (exceptions != null && exceptions.length > 0) {
535 exceptionCount = exceptions.length;
536 this.exceptions
513 MethodWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final String[] exceptions, final boolean computeMaxs) argument
[all...]
H A DClassWriter.java625 final String[] exceptions)
632 exceptions,
620 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_unimp.S59 andl #0xFF00FF,%d0 |clear all but accrued exceptions
62 fmovel #0,%FPCR |clear all user exceptions for FPSP
74 bral gen_except |post any exceptions and return
H A Dstanh.S117 fmovel %d1,%FPCR |restore users exceptions
157 fmovel %d1,%FPCR |restore users exceptions
165 fmovel %d1,%FPCR |restore users exceptions
179 fmovel %d1,%FPCR |restore users exceptions
H A Dgen_except.S4 | gen_except --- FPSP routine to detect reportable exceptions
10 | Any routine which may report an exceptions must load
13 | Priority for exceptions is:
124 | Frame is idle, so check for exceptions reported through
169 | commonE1 does this for E1 exceptions, which are snan,
170 | operr, and dz. commonE3 does this for E3 exceptions, which
209 | No bits in the enable byte match existing exceptions. Check for
221 | No exceptions are to be reported. If the instruction was
H A Dskeleton.S60 | All dz exceptions are 'real', hence no fpsp_dz entry point.
82 | All inexact exceptions are real, but the 'real' handler
86 | necessary for E1 exceptions.
406 | there shouldn't be any supervisor mode floating point exceptions.
H A Dssin.S280 fmovel %d1,%FPCR |restore users exceptions
344 fmovel %d1,%FPCR |restore users exceptions
363 fmovel %d1,%FPCR |restore users exceptions
371 fmovel %d1,%FPCR |restore users exceptions
650 andil #0xff,%d1 |mask off all exceptions
654 fmovel (%sp)+,%FPCR |restore users exceptions
718 andil #0xff,%d1 |mask off all exceptions
722 fmovel (%sp)+,%FPCR |restore users exceptions
737 andil #0xff,%d1 |mask off all exceptions
741 fmovel (%sp)+,%FPCR |restore users exceptions
[all...]
H A Dx_unfl.S55 | If underflow exceptions are not enabled, check for inexact
80 | It is possible to have either inex2 or inex1 exceptions with the
H A Dssinh.S108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry.S80 # handle h/w single-step through exceptions
155 # make sure we (the kernel) get div-zero and misalignment exceptions
169 # raise the minimum interrupt priority to 15 (NMI only) and enable exceptions
205 # handle h/w single-step through exceptions
288 # raise the minimum interrupt priority to 15 (NMI only) and enable exceptions
359 # handle h/w single-step through exceptions
426 # handle h/w single-step through exceptions
562 # make sure we (the kernel) get div-zero and misalignment exceptions
598 # now that we've accessed the exception regs, we can enable exceptions
623 # now that we've accessed the exception regs, we can enable exceptions
[all...]
H A Dbreak.S317 # exceptions must've been enabled and we must've been in supervisor mode
352 # exceptions must've been enabled and we must've been in supervisor mode
659 # trap exceptions during break handling and disable h/w breakpoints/watchpoints
676 # make sure we (the kernel) get div-zero and misalignment exceptions
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S109 | for enabled operand error exceptions. The exception stack frame is an operand error
128 | for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN
147 | for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero
166 | for enabled inexact exceptions. The exception stack frame is an inexact
185 | for enabled bsun exceptions. The exception stack frame is a bsun
206 | encountered. Three different types of exceptions can enter the F-Line exception
220 | encountered. Three different types of exceptions can enter the F-Line exception
224 | exceptions branch here.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dreipl64.S68 srl %r14,1 # need to kill hi bit to avoid specification exceptions.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.in.h225 * Inverse of g_strcompress. The exceptions parameter, if non-NULL, points
233 const gchar *exceptions) G_GNUC_MALLOC;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Dbacktrace.S45 3: tst frame, mask @ Check for address exceptions...
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Dbacktrace.S62 for_each_frame: tst frame, mask @ Check for address exceptions
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.h225 * Inverse of g_strcompress. The exceptions parameter, if non-NULL, points
233 const gchar *exceptions) G_GNUC_MALLOC;

Completed in 233 milliseconds

12