Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/
Dalpha-mdebug-tdep.c161 CORE_ADDR vfp; member
174 ULONGEST vfp; in alpha_mdebug_frame_unwind_cache() local
196 frame_unwind_unsigned_register (next_frame, PROC_FRAME_REG (proc_desc), &vfp); in alpha_mdebug_frame_unwind_cache()
197 vfp += PROC_FRAME_OFFSET (info->proc_desc); in alpha_mdebug_frame_unwind_cache()
198 info->vfp = vfp; in alpha_mdebug_frame_unwind_cache()
202 reg_position = vfp + PROC_REG_OFFSET (proc_desc); in alpha_mdebug_frame_unwind_cache()
224 reg_position = vfp + PROC_FREG_OFFSET (proc_desc); in alpha_mdebug_frame_unwind_cache()
248 *this_id = frame_id_build (info->vfp, frame_func_unwind (next_frame)); in alpha_mdebug_frame_this_id()
291 store_unsigned_integer (bufferp, ALPHA_REGISTER_SIZE, info->vfp); in alpha_mdebug_frame_prev_register()
333 return info->vfp; in alpha_mdebug_frame_base_address()
[all …]
Dalpha-tdep.c885 CORE_ADDR vfp; member
1127 info->vfp = val + frame_size; in alpha_heuristic_frame_unwind_cache()
1149 *this_id = frame_id_build (info->vfp, info->start_pc); in alpha_heuristic_frame_this_id()
1192 store_unsigned_integer (bufferp, ALPHA_REGISTER_SIZE, info->vfp); in alpha_heuristic_frame_prev_register()
1220 return info->vfp; in alpha_heuristic_frame_base_address()
/freebsd-10-stable/lib/msun/arm/
DMakefile.inc7 ARCH_SRCS = fenv-softfp.c fenv-vfp.c
10 CFLAGS.fenv-vfp.c= -mfloat-abi=softfp
/freebsd-10-stable/contrib/compiler-rt/lib/arm/
Dsoftfloat-alias.list3 # aliased to the *vfp functions on arm processors
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMFPUName.def20 ARM_FPU_NAME("vfp", VFP)
/freebsd-10-stable/contrib/gcc/config/arm/
Dt-arm13 $(srcdir)/config/arm/vfp.md
Dlibunwind.S33 .fpu vfp
Darm1020e.md266 (eq_attr "fpu" "vfp"))
278 ;; f_2_r Transfer vfp to arm reg.
279 ;; r_2_f Transfer arm to vfp reg.
318 ;; We model a load of a double as needing all the vfp ls* stage in cycle 1.
Dunwind-arm.c115 struct vfp_regs vfp; member
153 __gnu_Unwind_Restore_VFP (&vrs->vfp); in restore_non_core_regs()
287 __gnu_Unwind_Save_VFP (&vrs->vfp); in _Unwind_VRS_Pop()
Dvfp.md50 ;; other vfp units.
71 ;; f_2_r Transfer vfp to arm reg.
72 ;; r_2_f Transfer arm to vfp reg.
121 ;; ??? For now do not allow loading constants into vfp regs. This causes
700 ;; Patterns to split/copy vfp condition flags.
/freebsd-10-stable/lib/libc/arm/gen/
D_setjmp.S40 .fpu vfp
Dsetjmp.S40 .fpu vfp
/freebsd-10-stable/lib/libc/arm/aeabi/
Daeabi_vfp_float.S33 .fpu vfp
Daeabi_vfp_double.S33 .fpu vfp
/freebsd-10-stable/sys/arm/arm/
Dvfp.c146 SYSINIT(vfp, SI_SUB_CPU, SI_ORDER_ANY, vfp_init, NULL);
Dswtch.S108 .fpu vfp /* allow VFP instructions */
/freebsd-10-stable/contrib/binutils/gas/doc/
Dc-arm.texi187 @code{softvfp+vfp},
188 @code{vfp},
555 @item .vsave @var{vfp-reglist}
556 Generate unwinder annotations to restore the VFP registers in @var{vfp-reglist}
559 The format of @var{vfp-reglist} is the same as the corresponding store-multiple
/freebsd-10-stable/sys/arm/conf/
DRADXA53 options VFP # vfp/neon
DEXYNOS5250.common53 options VFP # vfp/neon
/freebsd-10-stable/contrib/gdb/gdb/regformats/
Dreg-ia64.dat335 64:vfp
/freebsd-10-stable/sys/ufs/ffs/
Dffs_alloc.c2765 struct file *fp, *vfp; in sysctl_ffs_fsck() local
3092 cap_rights_init(&rights, CAP_FSCK), &vfp)) != 0) in sysctl_ffs_fsck()
3094 if (vfp->f_vnode->v_type != VCHR) { in sysctl_ffs_fsck()
3095 fdrop(vfp, td); in sysctl_ffs_fsck()
3100 origops = vfp->f_ops; in sysctl_ffs_fsck()
3106 atomic_store_rel_ptr((volatile uintptr_t *)&vfp->f_ops, in sysctl_ffs_fsck()
3109 atomic_store_rel_ptr((volatile uintptr_t *)&vfp->f_ops, in sysctl_ffs_fsck()
3111 fdrop(vfp, td); in sysctl_ffs_fsck()
/freebsd-10-stable/sys/conf/
Dfiles.arm58 arm/arm/vfp.c standard
/freebsd-10-stable/share/mk/
Dbsd.cpu.mk104 _CPUCFLAGS = -DARM_ARCH_6=1 -mfpu=vfp
/freebsd-10-stable/sys/dev/sfxge/common/
Defx_mcdi.c1882 __out_opt uint32_t *vfp) in efx_mcdi_get_function_info() argument
1908 if (vfp != NULL) in efx_mcdi_get_function_info()
1909 *vfp = MCDI_OUT_DWORD(req, GET_FUNCTION_INFO_OUT_VF); in efx_mcdi_get_function_info()
/freebsd-10-stable/contrib/compiler-rt/
DREADME.txt276 // point, new *vfp functions were added to do the same operations but with

12