HomeSort by: relevance | last modified time | path
    Searched refs:vfp (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libm/arch/arm/
e_sqrt.S 34 .fpu vfp
e_sqrtf.S 34 .fpu vfp
  /src/lib/libc/arch/arm/hardfloat/
fabs_ieee754.S 34 .fpu vfp
  /src/sys/dev/ic/
monitors.h 43 u_int16_t vfp; /* Vertical Front Porch */ member in struct:monitor
  /src/sys/compat/linux32/arch/aarch64/
linux32_machdep.c 92 aux->vfp.magic = LINUX32_VFP_MAGIC;
93 aux->vfp.size = sizeof(struct linux32_vfp_sigframe);
95 CTASSERT(__arraycount(aux->vfp.ufp.fpregs) ==
97 for (i = 0; i < __arraycount(aux->vfp.ufp.fpregs); i++)
98 aux->vfp.ufp.fpregs[i] = vfpregs->__vfp_fstmx[i];
99 aux->vfp.ufp.fpscr = vfpregs->__vfp_fpscr;
101 aux->vfp.ufp_exc.fpexc = VFP_FPEXC_EN | VFP_FPEXC_VECITR;
102 aux->vfp.ufp_exc.fpinst = 0;
103 aux->vfp.ufp_exc.fpinst2 = 0;
152 if (aux->vfp.magic == LINUX32_VFP_MAGIC &
    [all...]
linux32_machdep.h 83 struct linux32_vfp_sigframe vfp; member in struct:linux32_aux_sigframe
  /src/sys/arch/playstation2/ee/
gsreg.h 94 #define SYNCV(vs, vdp, vbpe, vbp, vfpe, vfp) \
100 ((u_int64_t)(vfp) << 0))
  /src/lib/libc/arch/arm/gen/
_setjmp.S 40 .fpu vfp
73 beq 1f /* no, don't save VFP registers */
77 /* change magic to VFP magic */
119 /* ignore VFP-ness of magic */
126 eors r3, r3, r2 /* ignore VFP-ness of magic */
133 beq 1f /* no, don't restore VFP */
setjmp.S 40 .fpu vfp
88 beq 1f /* no, don't save VFP registers */
92 /* change magic to VFP magic */
140 /* r2 is not the magic but we don't need it since we can't do VFP */
184 /* is this a VFP magic? */
185 beq 1f /* no, don't restore VFP */
  /src/lib/libc_vfp/
vfpdf.S 35 * This file provides softfloat compatible routines which use VFP instructions
42 .fpu vfp
vfpsf.S 36 * This file provides softfloat compatible routines which use VFP instructions
43 .fpu vfp
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 266 u32 vfp; member in struct:ast_vbios_enhtable
ast_mode.c 209 vbios_mode->enh_table->vfp;
211 vbios_mode->enh_table->vfp +
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi.c 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:bxt_dsi_get_pipe_config
1106 vfp = I915_READ(MIPI_VFP_COUNT(port));
1116 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay;
1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local in function:set_dsi_timings
1256 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay;
1293 I915_WRITE(MIPI_VFP_COUNT(port), vfp);
  /src/sys/arch/arm/ti/
ti_lcdc.c 168 const u_int vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; local in function:tilcdc_mode_set
198 val = RASTER_TIMING_1_VFP(vfp) |
  /src/sys/arch/arm/sunxi/
sunxi_hdmi.c 844 const u_int vfp = mode->vsync_start - mode->vdisplay; local in function:sunxi_hdmi_set_videomode
859 mode->vdisplay, vbp, vfp, vspw);
968 val |= __SHIFTIN(vfp - 1,
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 580 const u_int vfp = mode->crtc_vsync_start - mode->crtc_vdisplay; local in function:tegra_crtc_mode_set
655 __SHIFTIN(vfp, DC_DISP_FRONT_PORCH_V) |
  /src/lib/libm/
Makefile 119 COPTS.$f += -mfpu=vfp
  /src/sys/dev/pci/
tga.c 1527 (m->vfp << 11) |

Completed in 27 milliseconds