Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 25 of 188) sorted by relevance

12345678

/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dt-softfp20 # 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 Dsibcall.c64 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 Dcp0access.S55 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 Dt-fprules11 # Build the libraries for both hard and soft floating point by default
14 MULTILIB_DIRNAMES = soft-float
H A Dt-newas1 # Build the libraries for both hard and soft floating point and all of the
7 MULTILIB_DIRNAMES = soft-float \
H A Dt-beos1 # 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 Dt-rs600013 # Build the libraries for both hard and soft floating point
16 MULTILIB_DIRNAMES = soft-float
H A Dt-newas13 # Build the libraries for both hard and soft floating point and all of the
19 MULTILIB_DIRNAMES = soft-float \
H A Dt-beos13 # 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 Dt-sb125 long64 soft-float \
43 #MULTILIB_DIRNAMES = eb el soft-float
H A Dt-r390024 # Build the libraries for both hard and soft floating point
27 MULTILIB_DIRNAMES = soft-float el eb
H A Dt-elf32 # Build the libraries for both hard and soft floating point
35 MULTILIB_DIRNAMES = soft-float el eb
H A Dt-isa326432 # Build the libraries for both hard and soft floating point
35 MULTILIB_DIRNAMES = soft-float el eb mips32 mips32r2 mips64
H A Dt-sr71k45 # 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 DSupportLibrary.rst159 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 Dbinary_iostreams_kanze.txt2 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 Dbinary_iostreams_kanze.txt2 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 Dm68hc11.opt74 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 Dt-r390024 # Build the libraries for both hard and soft floating point
27 MULTILIB_DIRNAMES = soft-float el eb
H A Dt-ecoff20 # Build the libraries for both hard and soft floating point
23 MULTILIB_DIRNAMES = soft-float single el eb mips1 mips3
H A Dt-elf32 # Build the libraries for both hard and soft floating point
35 MULTILIB_DIRNAMES = soft-float el eb
H A Dt-rtems4 MULTILIB_DIRNAMES = mips1 mips3 soft-float single el eb
H A Dt-isa326434 # 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 Dusb.c196 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 Dt-rtems9 MULTILIB_DIRNAMES += soft fpu

12345678