Searched refs:exception (Results 1 – 25 of 136) sorted by relevance
123456
/toolchain/binutils/binutils-2.25/cpu/ |
D | or1korbis.cpu | 281 (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 …]
|
D | or1kcommon.cpu | 133 (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")
|
D | lm32.cpu | 127 (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)
|
D | epiphany.cpu | 431 (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/ |
D | c-tic6x.texi | 137 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.
|
D | c-arm.texi | 582 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/ |
D | selftest.s | 26 wrctl exception,r2, 0x100171fa 91 rdctl r2,exception,0x000531fa
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | ppcpe.sc | 65 .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/ |
D | x.s | 4 ;# main file instantiates fn. An exception-table-lookalike entry
|
/toolchain/binutils/binutils-2.25/config/ |
D | codeset.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | elf.m4 | 3 dnl General Public License. As a special exception to the GNU General
|
D | glibc21.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | ulonglong.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | inttypes.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | stdint_h.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | inttypes_h.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | gc++filt.m4 | 6 dnl General Public License. As a special exception to the GNU General
|
D | inttypes-pri.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | lthostflags.m4 | 3 dnl General Public License. As a special exception to the GNU General
|
D | gthr.m4 | 3 dnl General Public License. As a special exception to the GNU General
|
D | uintmax_t.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
D | lcmessage.m4 | 4 dnl General Public License. As a special exception to the GNU General
|
D | ld-symbolic.m4 | 3 dnl General Public License. As a special exception to the GNU General
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | signals.def | 30 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