| /openbsd-src/gnu/gcc/gcc/config/soft-fp/ |
| H A D | t-softfp | 20 # Targets using soft-fp should define the following variables: 22 # softfp_float_modes: a list of soft-float floating-point modes, 34 # is a soft-float mode; for example, sftf where sf is hard-float and 35 # tf is soft-float. 42 # for targets with both hard-float and soft-float multilibs, since 44 # soft-fp can be used conditionally on the multilib instead. 80 $(addsuffix .c,$(addprefix $(srcdir)/config/soft-fp/,$(softfp_func_list))) 86 echo '#include "config/soft-fp/$@"' >> $@ 93 # Functions in libgcc2.c are excluded for each soft-float mode (a 94 # target may have both soft-float and hard-float modes), for the fixed
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sibcall.c | 64 rtx insn, set, hard, soft; local 110 soft = SET_DEST (set); 118 && SET_SRC (set) == soft) 120 soft = SET_DEST (set); 125 if (GET_CODE (soft) != REG || REGNO (soft) < FIRST_PSEUDO_REGISTER) 129 if (reg_set_between_p (soft, insn, NULL_RTX)) 133 *p_soft_return = soft;
|
| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | cp0access.S | 55 or v0, v0, SOFT_INT_MASK_0 # set soft clock interrupt 66 and v0, v0, ~SOFT_INT_MASK_0 # clear soft clock interrupt 77 or v0, v0, SOFT_INT_MASK_1 # set soft net interrupt 88 and v0, v0, ~SOFT_INT_MASK_1 # clear soft net interrupt
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | t-fprules | 11 # Build the libraries for both hard and soft floating point by default 14 MULTILIB_DIRNAMES = soft-float
|
| H A D | t-newas | 1 # Build the libraries for both hard and soft floating point and all of the 7 MULTILIB_DIRNAMES = soft-float \
|
| H A D | t-beos | 1 # Build the libraries for both hard & soft floating point and ppc/common. 4 MULTILIB_DIRNAMES = soft-float common
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | t-rs6000 | 13 # Build the libraries for both hard and soft floating point 16 MULTILIB_DIRNAMES = soft-float
|
| H A D | t-newas | 13 # Build the libraries for both hard and soft floating point and all of the 19 MULTILIB_DIRNAMES = soft-float \
|
| H A D | t-beos | 13 # Build the libraries for both hard and soft floating point 16 MULTILIB_DIRNAMES = soft-float common
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | t-sb1 | 25 long64 soft-float \ 43 #MULTILIB_DIRNAMES = eb el soft-float
|
| H A D | t-r3900 | 24 # Build the libraries for both hard and soft floating point 27 MULTILIB_DIRNAMES = soft-float el eb
|
| H A D | t-elf | 32 # Build the libraries for both hard and soft floating point 35 MULTILIB_DIRNAMES = soft-float el eb
|
| H A D | t-isa3264 | 32 # Build the libraries for both hard and soft floating point 35 MULTILIB_DIRNAMES = soft-float el eb mips32 mips32r2 mips64
|
| H A D | t-sr71k | 45 # Build the libraries for both hard and soft floating point 48 MULTILIB_DIRNAMES = el eb soft-float mips2
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SupportLibrary.rst | 159 error results into two groups: normal/good/soft and abnormal/bad/hard. That is, 162 disk sector", or "system call interrupted". We'll call the first group "*soft*" 165 ``lib/Support`` must always attempt to minimize soft errors. This is a design 166 requirement because the minimization of soft errors can affect the granularity 168 throw soft errors, you must review the granularity of the interface because it 176 throw that error if it occurs because its a soft error. The problem is that the 178 ``OpenOrCreateFileForWriting``. In the case of the soft "doesn't exist" error, 182 avoids the propagation of soft error handling throughout the rest of LLVM. 188 #. Don't throw soft errors, only hard errors. 190 #. If you're tempted to throw a soft error, re-think the interface. [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/ |
| H A D | binary_iostreams_kanze.txt | 2 From: James Kanze <kanze@gabi-soft.de> 6 Message-ID: <86lmro86qp.fsf@alex.gabi-soft.de> 47 James Kanze mailto:kanze@gabi-soft.de
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/27_io/ |
| H A D | binary_iostreams_kanze.txt | 2 From: James Kanze <kanze@gabi-soft.de> 6 Message-ID: <86lmro86qp.fsf@alex.gabi-soft.de> 47 James Kanze mailto:kanze@gabi-soft.de
|
| /openbsd-src/gnu/gcc/gcc/config/m68hc11/ |
| H A D | m68hc11.opt | 74 Use direct addressing mode for soft registers 87 Do not use direct addressing mode for soft registers 95 Indicate the number of soft registers available
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | t-r3900 | 24 # Build the libraries for both hard and soft floating point 27 MULTILIB_DIRNAMES = soft-float el eb
|
| H A D | t-ecoff | 20 # Build the libraries for both hard and soft floating point 23 MULTILIB_DIRNAMES = soft-float single el eb mips1 mips3
|
| H A D | t-elf | 32 # Build the libraries for both hard and soft floating point 35 MULTILIB_DIRNAMES = soft-float el eb
|
| H A D | t-rtems | 4 MULTILIB_DIRNAMES = mips1 mips3 soft-float single el eb
|
| H A D | t-isa3264 | 34 # Build the libraries for both hard and soft floating point 37 MULTILIB_DIRNAMES = soft-float el eb mips32 mips64
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usb.c | 196 sc->sc_bus->soft = softintr_establish(IPL_SOFTUSB, in usb_attach() 198 if (sc->sc_bus->soft == NULL) { in usb_attach() 881 if (bus->soft == NULL) in usb_schedsoftintr() 887 softintr_schedule(bus->soft); in usb_schedsoftintr() 933 if (sc->sc_bus->soft != NULL) { in usb_detach() 934 softintr_disestablish(sc->sc_bus->soft); in usb_detach() 935 sc->sc_bus->soft = NULL; in usb_detach()
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | t-rtems | 9 MULTILIB_DIRNAMES += soft fpu
|