Searched refs:vfp_single_multiply (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/vfp/ |
H A D | vfpsingle.c | 835 vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fps… in vfp_single_multiply() function 911 exceptions = vfp_single_multiply(&vsp, &vsn, &vsm, fpscr); in vfp_single_multiply_accumulate() 983 exceptions = vfp_single_multiply(&vsd, &vsn, &vsm, fpscr); in vfp_single_fmul() 1006 exceptions = vfp_single_multiply(&vsd, &vsn, &vsm, fpscr); in vfp_single_fnmul()
|