| /netbsd-src/sys/compat/linux32/arch/aarch64/ |
| H A D | linux32_machdep.c | 92 aux->vfp.magic = LINUX32_VFP_MAGIC; in linux32_save_sigcontext() 93 aux->vfp.size = sizeof(struct linux32_vfp_sigframe); in linux32_save_sigcontext() 95 CTASSERT(__arraycount(aux->vfp.ufp.fpregs) == in linux32_save_sigcontext() 97 for (i = 0; i < __arraycount(aux->vfp.ufp.fpregs); i++) in linux32_save_sigcontext() 98 aux->vfp.ufp.fpregs[i] = vfpregs->__vfp_fstmx[i]; in linux32_save_sigcontext() 99 aux->vfp.ufp.fpscr = vfpregs->__vfp_fpscr; in linux32_save_sigcontext() 101 aux->vfp.ufp_exc.fpexc = VFP_FPEXC_EN | VFP_FPEXC_VECITR; in linux32_save_sigcontext() 102 aux->vfp.ufp_exc.fpinst = 0; in linux32_save_sigcontext() 103 aux->vfp.ufp_exc.fpinst2 = 0; in linux32_save_sigcontext() 152 if (aux->vfp.magic == LINUX32_VFP_MAGIC && in linux32_restore_sigcontext() [all …]
|
| H A D | linux32_machdep.h | 83 struct linux32_vfp_sigframe vfp; member
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| H A D | unwind-arm.c | 82 struct vfp_regs vfp; member 130 __gnu_Unwind_Restore_VFP_D (&vrs->vfp); in restore_non_core_regs() 132 __gnu_Unwind_Restore_VFP (&vrs->vfp); in restore_non_core_regs() 287 __gnu_Unwind_Save_VFP_D (&vrs->vfp); in _Unwind_VRS_Pop() 293 __gnu_Unwind_Save_VFP (&vrs->vfp); in _Unwind_VRS_Pop()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| H A D | unwind-arm.c | 82 struct vfp_regs vfp; member 130 __gnu_Unwind_Restore_VFP_D (&vrs->vfp); in restore_non_core_regs() 132 __gnu_Unwind_Restore_VFP (&vrs->vfp); in restore_non_core_regs() 287 __gnu_Unwind_Save_VFP_D (&vrs->vfp); in _Unwind_VRS_Pop() 293 __gnu_Unwind_Save_VFP (&vrs->vfp); in _Unwind_VRS_Pop()
|
| /netbsd-src/lib/libc/arch/arm/gen/ |
| H A D | Makefile.inc | 21 AFLAGS._setjmp.S= -mfpu=vfp 22 AFLAGS.setjmp.S= -mfpu=vfp
|
| H A D | _setjmp.S | 40 .fpu vfp
|
| H A D | setjmp.S | 40 .fpu vfp
|
| /netbsd-src/sys/arch/playstation2/ee/ |
| H A D | gsreg.h | 94 #define SYNCV(vs, vdp, vbpe, vbp, vfpe, vfp) \ argument 100 ((u_int64_t)(vfp) << 0))
|
| /netbsd-src/lib/libm/arch/arm/ |
| H A D | e_sqrt.S | 34 .fpu vfp
|
| H A D | e_sqrtf.S | 34 .fpu vfp
|
| /netbsd-src/lib/libc/arch/arm/hardfloat/ |
| H A D | fabs_ieee754.S | 34 .fpu vfp
|
| /netbsd-src/sys/dev/ic/ |
| H A D | monitors.h | 43 u_int16_t vfp; /* Vertical Front Porch */ member
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | agm.c | 33 mp_limb_t *up, *vp, *ufp, *vfp; in mpfr_agm() local 128 MPFR_TMP_INIT (vfp, vf, p, s); in mpfr_agm()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| H A D | softfloat-alias.list | 3 # aliased to the *vfp functions on arm processors
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/arm/ |
| H A D | switchcontext.S | 64 .fpu vfp
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/arm/ |
| H A D | switchcontext.S | 64 .fpu vfp
|
| /netbsd-src/lib/libc/arch/arm/ |
| H A D | Makefile.inc | 34 CPPFLAGS.${f} += -mfpu=vfp
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/ |
| H A D | err.d | 30 void err_set_file(void* vfp);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/ |
| H A D | err.d | 30 void err_set_file(void* vfp);
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | std.imx31 | 11 makeoptions CPUFLAGS="-march=armv6k -mtune=arm1136j-s -mfpu=vfp"
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/ |
| H A D | err.d | 40 void err_set_file(void* vfp);
|
| /netbsd-src/sys/arch/arm/ |
| H A D | Makefile.inc | 20 SARM+= ${SYSDIR}/arch/arm/vfp/*.[ch]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | vlv_dsi.c | 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local 1106 vfp = I915_READ(MIPI_VFP_COUNT(port)); in bxt_dsi_get_pipe_config() 1116 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config() 1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1256 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings() 1293 I915_WRITE(MIPI_VFP_COUNT(port), vfp); in set_dsi_timings()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/regformats/ |
| H A D | reg-ia64.dat | 335 64:vfp
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/regformats/ |
| H A D | reg-ia64.dat | 335 64:vfp
|