Searched refs:fpu (Results 76 - 100 of 110) sorted by relevance

12345

/freebsd-12-stable/contrib/cortex-strings/src/arm/
H A Dmemcpy.S50 .fpu neon
59 .fpu vfpv2
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c90 #include <machine/fpu.h>
98 #include <powerpc/fpu/fpu_extern.h>
H A Dtrap.c68 #include <machine/fpu.h>
/freebsd-12-stable/stand/
H A Ddefs.mk145 # Also, the fpu is not available in a standalone environment.
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c113 #include <machine/fpu.h>
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S197 .fpu neon
H A Dghashv8-armx.S7 .fpu neon
H A Dghash-armv4.S352 .fpu neon
H A Dpoly1305-armv4.S387 .fpu neon
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl428 .fpu neon
H A Dghashv8-armx.pl78 .fpu neon
/freebsd-12-stable/sys/conf/
H A Dkern.mk132 # We generally don't want fpu instructions in the kernel.
H A Dkmod.mk172 # Don't allow clang to use fpu instructions or registers in kernel modules.
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmips-tdep.c4829 char *fpu; local
4833 fpu = "single-precision";
4836 fpu = "double-precision";
4839 fpu = "absent (none)";
4847 fpu);
4850 ("The MIPS floating-point coprocessor is assumed to be %s\n", fpu);
/freebsd-12-stable/sys/mips/mips/
H A Dexception.S481 # Turn off fpu and enter kernel mode
748 # Turn off fpu, disable interrupts, set kernel mode kernel mode, clear exception level.
/freebsd-12-stable/sys/crypto/aesni/
H A Daesni.c65 #include <machine/fpu.h>
/freebsd-12-stable/sys/compat/ndis/
H A Dkern_windrv.c62 #include <machine/fpu.h>
121 mtx_init(&fpu_free_mtx, "free fpu context list lock", NULL, MTX_DEF);
122 mtx_init(&fpu_busy_mtx, "busy fpu context list lock", NULL, MTX_DEF);
189 KASSERT(ent == NULL, ("busy fpu context list is not empty"));
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl529 .fpu neon
H A Dsha256-armv4.pl474 .fpu neon
H A Dsha512-armv4.pl606 .fpu neon
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c845 IDTVEC(page), IDTVEC(mchk), IDTVEC(rsvd), IDTVEC(fpu), IDTVEC(align),
1763 setidt(IDT_MF, pti ? &IDTVEC(fpu_pti) : &IDTVEC(fpu), SDT_SYSIGT,
1883 * Set up thread0 pcb save area after fpuinit calculated fpu save
1884 * area size. Zero out the extended state header in fpu save
2428 KASSERT(PCB_USER_FPU(td->td_pcb), ("fpstate_drop: kernel-owned fpu"));
2433 * XXX force a full drop of the fpu. The above only drops it if we
H A Dexception.S178 TRAP fpu, T_ARITHTRAP
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl65 .fpu neon
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl308 .fpu neon
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl665 .fpu neon

Completed in 198 milliseconds

12345