Home
last modified time | relevance | path

Searched refs:FP_PACK_SP (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/nds32/math-emu/
H A Dfui2s.c18 FP_PACK_SP(ft, R); in fui2s()
H A Dfsi2s.c18 FP_PACK_SP(ft, R); in fsi2s()
H A Dfnegs.c18 FP_PACK_SP(ft, R); in fnegs()
H A Dfsqrts.c18 FP_PACK_SP(ft, R); in fsqrts()
H A Dfd2s.c19 FP_PACK_SP(ft, R); in fd2s()
H A Dfadds.c20 FP_PACK_SP(ft, R); in fadds()
H A Dfmuls.c20 FP_PACK_SP(ft, R); in fmuls()
H A Dfsubs.c24 FP_PACK_SP(ft, R); in fsubs()
H A Dfdivs.c23 FP_PACK_SP(ft, R); in fdivs()
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dsingle.h90 #define FP_PACK_SP(val,X) \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c328 FP_PACK_SP(vc.wp + 1, SR); in do_spe_mathemu()
630 FP_PACK_SP(vc.wp, SR0); in do_spe_mathemu()
631 FP_PACK_SP(vc.wp + 1, SR1); in do_spe_mathemu()
/OK3568_Linux_fs/kernel/arch/alpha/math-emu/
H A Dmath.c274 FP_PACK_SP(&vc, SR); in alpha_fp_emul()
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dmath_32.c507 case 5: FP_PACK_SP (rd, SR); break; in do_one_mathemu()
H A Dmath_64.c509 case 5: FP_PACK_SP (rd, SR); break; in do_mathemu()
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dmath.c57 #define PACK_S(r,f) FP_PACK_SP(&r,f)