HomeSort by: relevance | last modified time | path
    Searched refs:exceptions (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/i386/stand/
Makefile.inc 13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 117 # for enabled operand error exceptions. The exception stack frame is an operand error
136 # for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN
155 # for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero
174 # for enabled inexact exceptions. The exception stack frame is an inexact
193 # for enabled bsun exceptions. The exception stack frame is a bsun
215 # encountered. Three different types of exceptions can enter the F-Line exception
229 # encountered. Three different types of exceptions can enter the F-Line exception
233 # exceptions branch here.
test.doc 161 (2) unsupported data type exceptions
162 (3) non-maskable overflow/underflow exceptions
169 basically, it enables each of these exceptions and forces
fplsp.doc 116 The package takes exceptions according to the FPCR value upon subroutine
pfpsp.s 632 # exceptions enabled, this handler must exit through the "callout" #
872 # exceptions enabled, this handler must exit through the "callout" #
976 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
1159 # saved, then we check to see if any enabled exceptions resulted from #
1165 # emulated and exceptions handled. The differences occur in how the #
1239 # the FPIAR should be set correctly for ALL exceptions passing through
1319 # Exceptions in order of precedence:
1332 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions set
1361 # No exceptions occurred that were also enabled. Now:
1505 # to determine which exceptions, if any, to take
    [all...]
fpsp.s 632 # exceptions enabled, this handler must exit through the "callout" #
872 # exceptions enabled, this handler must exit through the "callout" #
976 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
1159 # saved, then we check to see if any enabled exceptions resulted from #
1165 # emulated and exceptions handled. The differences occur in how the #
1239 # the FPIAR should be set correctly for ALL exceptions passing through
1319 # Exceptions in order of precedence:
1332 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions set
1361 # No exceptions occurred that were also enabled. Now:
1505 # to determine which exceptions, if any, to take
    [all...]
fplsp.s 6543 # not be caught until gen_except(). Now, with the exceptions being
7771 fmul.s (%sp)+,%fp0 # last fp inst - possible exceptions set
9318 bra t_catch2 # catch any exceptions
9677 fsub.x Y(%a6),%fp0 # no exceptions
9715 # algorithm just got done playing with fp0 and expected no exceptions
9722 fmov.x %fp0,%fp0 # capture exceptions & round
10192 fmov.l USER_FPCR(%a6),%fpcr # insert user's exceptions
  /src/common/dist/zlib/nintendods/
Makefile 35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
  /src/sys/arch/next68k/stand/boot/
srt0.s 51 || catch exceptions myself
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt 30 -fno-exceptions
  /src/sys/arch/i386/i386/
i386_trap.S 352 IDTVEC(exceptions)
369 IDTVEC_END(exceptions)
machdep.c 949 extern vector *IDTVEC(exceptions)[];
1427 /* exceptions */
1453 set_idtgate(&idt[x], IDTVEC(exceptions)[x], 0, SDT_SYS386IGT,
  /src/sys/arch/m68k/fpsp/
fpsp.h 168 CMDREG3B equ LV-48 ;cmd reg for E3 exceptions (2 bytes)
198 CMDREG1B equ LV-36 ;cmd reg for E1 exceptions (2 bytes)
l_fpsp.h 111 * exceptions will be generated.
  /src/sys/arch/mips/mips/
fp.S 1327 ctc1 a2, MIPS_FCSR # save exceptions
1407 ctc1 a2, MIPS_FCSR # save exceptions
2049 ctc1 a2, MIPS_FCSR # save exceptions
2190 * normalized position. After that, round and handle exceptions.
2325 ctc1 a2, MIPS_FCSR # save exceptions
2448 ctc1 a2, MIPS_FCSR # save exceptions
2454 * normalized position. After that, round and handle exceptions.
2607 ctc1 a2, MIPS_FCSR # save exceptions
2754 ctc1 a2, MIPS_FCSR # save exceptions
2771 ctc1 a2, MIPS_FCSR # save exceptions
    [all...]
mipsX_subr.S 608 * handle most exceptions.
2883 * Handle virtual coherency exceptions.
2912 PTR_LA k1, MIPSX(VCED_count) # count number of exceptions
2947 PTR_LA k1, MIPSX(VCEI_count) # count number of exceptions
  /src/sys/external/isc/libsodium/dist/
configure 12737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
12738 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
12745 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
12776 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3879 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3881 [-fno-rtti -fno-exceptions], [],
3882 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])

Completed in 249 milliseconds