Home
last modified time | relevance | path

Searched refs:vsp (Results 1 – 2 of 2) sorted by relevance

/arch/arm/kernel/
Dunwind.c246 unsigned long **vsp, unsigned int reg) in unwind_pop_register() argument
249 if (*vsp >= (unsigned long *)ctrl->sp_high) in unwind_pop_register()
252 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register()
260 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() local
266 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r4_to_r13()
272 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13()
280 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() local
285 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_r4_to_rN()
289 if (unwind_pop_register(ctrl, &vsp, 14)) in unwind_exec_pop_r4_to_rN()
292 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN()
[all …]
/arch/arm/vfp/
Dvfpsingle.c324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() local
327 ret = vfp_propagate_nan(vsp, &vsm, NULL, fpscr); in vfp_single_fsqrt()
330 vsp = &vsm; in vfp_single_fsqrt()
334 vsp = &vfp_single_default_qnan; in vfp_single_fsqrt()
337 vfp_put_float(vfp_single_pack(vsp), sd); in vfp_single_fsqrt()
732 struct vfp_single *vsp; in vfp_single_fadd_nonnumber() local
748 vsp = &vfp_single_default_qnan; in vfp_single_fadd_nonnumber()
753 vsp = vsn; in vfp_single_fadd_nonnumber()
759 vsp = vsn; in vfp_single_fadd_nonnumber()
766 *vsd = *vsp; in vfp_single_fadd_nonnumber()
[all …]