Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 136) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/cpu/
Dor1korbis.cpu281 (dnop sys-esr0 "exception supervision register 0" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-esr0…
282 (dnop sys-epcr0 "exception PC register 0" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-epcr…
288 (dnop sys-sr-ove "SR overflow exception enable bit" ((MACH ORBIS-MACHS) SEM-ONLY) h-sys-sr-o…
467 (dni l-trap "trap (exception)"
471 ; Do exception entry handling in C function, PC set based on SR state
472 (raise-exception EXCEPT-TRAP)
477 (dni l-sys "syscall (exception)"
483 ; Do exception entry handling in C function, PC set based on SR state
484 (raise-exception EXCEPT-SYSCALL)
512 (dni l-rfe "return from exception"
[all …]
Dor1kcommon.cpu133 (define-pmacro (raise-exception exnum)
241 (SYS SR TEE 1 1 "tick timer exception enabled bit")
242 (SYS SR IEE 2 2 "interrupt exception enabled bit")
252 (SYS SR OVE 12 12 "overflow exception enabled bit")
253 (SYS SR DSX 13 13 "delay slot exception bit")
254 (SYS SR EPH 14 14 "exception prefix high bit")
Dlm32.cpu127 (dnf f-exception "exception field" () 25 26)
151 (dnop exception "exception" () h-uint f-exception)
721 (+ OP_RAISE (f-exception 2))
728 (+ OP_RAISE (f-exception 7))
740 (dni eret "return from exception" (ALIAS)
Depiphany.cpu431 (psw-h-bit h-invExcEnbit "invalid exception enable bit")
432 (psw-h-bit h-ovfExcEnbit "overflow exception enable bit")
433 (psw-h-bit h-unExcEnbit "underflow exception enablebit ")
510 (psw-bit invExcEnbit h-invExcEnbit "invalid exception enable bit")
511 (psw-bit ovfExcEnbit h-ovfExcEnbit "overflow exception enable bit")
512 (psw-bit unExcEnbit h-unExcEnbit "underflow exception enable bit")
691 ;; [17:16]=exception cause 00=no exception 01=load-store exception 10=fpu exception 11=unimplemente…
1042 ;; call exception macro - no check for imask
1043 (define-pmacro (call-exception vaddr bit-in-ilat)
1309 (call-exception #x4 #x2))
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-tic6x.texi137 or exception table data is required or permitted.
159 Output an exception type table reference to @var{symbol}.
163 Marks the end of and exception table or function. If preceeded by a
169 Marks the end of the current function, and the start of the exception table
171 @code{.endp} directive will be added to the exception table entry.
Dc-arm.texi582 or exception table data is required or permitted.
707 Marks the end of the current function, and the start of the exception table
709 @code{.fnend} directive will be added to the exception table entry.
1046 exception unwind information. This information is used when an
1047 exception is thrown to determine where control should be transferred.
1049 function called the function that threw the exception, and which
1052 catching the exception.
1056 pseudo ops to ensure that appropriate exception unwind information is
1058 code throws an exception, the run-time library will be unable to
1077 This example does not show how to throw or catch an exception from
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
Dselftest.s26 wrctl exception,r2, 0x100171fa
91 rdctl r2,exception,0x000531fa
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dppcpe.sc65 .xdata: compiler generated exception handling table. (Most docs
95 .ydata: exception handling information.
116 /* The exception handling table. A sequence of 5 word entries. Section
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dx.s4 ;# main file instantiates fn. An exception-table-lookalike entry
/toolchain/binutils/binutils-2.25/config/
Dcodeset.m44 dnl General Public License. As a special exception to the GNU General
Delf.m43 dnl General Public License. As a special exception to the GNU General
Dglibc21.m44 dnl General Public License. As a special exception to the GNU General
Dulonglong.m44 dnl General Public License. As a special exception to the GNU General
Dinttypes.m44 dnl General Public License. As a special exception to the GNU General
Dstdint_h.m44 dnl General Public License. As a special exception to the GNU General
Dinttypes_h.m44 dnl General Public License. As a special exception to the GNU General
Dgc++filt.m46 dnl General Public License. As a special exception to the GNU General
Dinttypes-pri.m44 dnl General Public License. As a special exception to the GNU General
Dlthostflags.m43 dnl General Public License. As a special exception to the GNU General
Dgthr.m43 dnl General Public License. As a special exception to the GNU General
Duintmax_t.m44 dnl General Public License. As a special exception to the GNU General
Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
Dlcmessage.m44 dnl General Public License. As a special exception to the GNU General
Dld-symbolic.m43 dnl General Public License. As a special exception to the GNU General
/toolchain/binutils/binutils-2.25/include/gdb/
Dsignals.def30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception")
192 SET (GDB_EXC_ARITHMETIC, 147, "EXC_ARITHMETIC", "Arithmetic exception")
194 SET (GDB_EXC_SOFTWARE, 149, "EXC_SOFTWARE", "Software generated exception")

123456