| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | alpha-mdebug-tdep.c | 161 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 …]
|
| D | alpha-tdep.c | 885 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/ |
| D | Makefile.inc | 7 ARCH_SRCS = fenv-softfp.c fenv-vfp.c 10 CFLAGS.fenv-vfp.c= -mfloat-abi=softfp
|
| /freebsd-10-stable/contrib/compiler-rt/lib/arm/ |
| D | softfloat-alias.list | 3 # aliased to the *vfp functions on arm processors
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMFPUName.def | 20 ARM_FPU_NAME("vfp", VFP)
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | t-arm | 13 $(srcdir)/config/arm/vfp.md
|
| D | libunwind.S | 33 .fpu vfp
|
| D | arm1020e.md | 266 (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.
|
| D | unwind-arm.c | 115 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()
|
| D | vfp.md | 50 ;; 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.S | 40 .fpu vfp
|
| D | setjmp.S | 40 .fpu vfp
|
| /freebsd-10-stable/lib/libc/arm/aeabi/ |
| D | aeabi_vfp_float.S | 33 .fpu vfp
|
| D | aeabi_vfp_double.S | 33 .fpu vfp
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | vfp.c | 146 SYSINIT(vfp, SI_SUB_CPU, SI_ORDER_ANY, vfp_init, NULL);
|
| D | swtch.S | 108 .fpu vfp /* allow VFP instructions */
|
| /freebsd-10-stable/contrib/binutils/gas/doc/ |
| D | c-arm.texi | 187 @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/ |
| D | RADXA | 53 options VFP # vfp/neon
|
| D | EXYNOS5250.common | 53 options VFP # vfp/neon
|
| /freebsd-10-stable/contrib/gdb/gdb/regformats/ |
| D | reg-ia64.dat | 335 64:vfp
|
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_alloc.c | 2765 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/ |
| D | files.arm | 58 arm/arm/vfp.c standard
|
| /freebsd-10-stable/share/mk/ |
| D | bsd.cpu.mk | 104 _CPUCFLAGS = -DARM_ARCH_6=1 -mfpu=vfp
|
| /freebsd-10-stable/sys/dev/sfxge/common/ |
| D | efx_mcdi.c | 1882 __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/ |
| D | README.txt | 276 // point, new *vfp functions were added to do the same operations but with
|