Home
last modified time | relevance | path

Searched refs:FP_UNPACK_SP (Results 1 – 18 of 18) sorted by relevance

/linux/arch/nds32/math-emu/
A Dfadds.c15 FP_UNPACK_SP(A, fa); in fadds()
16 FP_UNPACK_SP(B, fb); in fadds()
A Dfmuls.c15 FP_UNPACK_SP(A, fa); in fmuls()
16 FP_UNPACK_SP(B, fb); in fmuls()
A Dfcmps.c13 FP_UNPACK_SP(A, fa); in fcmps()
14 FP_UNPACK_SP(B, fb); in fcmps()
A Dfsubs.c16 FP_UNPACK_SP(A, fa); in fsubs()
17 FP_UNPACK_SP(B, fb); in fsubs()
A Dfdivs.c15 FP_UNPACK_SP(A, fa); in fdivs()
16 FP_UNPACK_SP(B, fb); in fdivs()
A Dfsqrts.c14 FP_UNPACK_SP(A, fa); in fsqrts()
A Dfnegs.c14 FP_UNPACK_SP(A, fa); in fnegs()
A Dfs2d.c16 FP_UNPACK_SP(A, fa); in fs2d()
A Dfs2si.c16 FP_UNPACK_SP(A, fa); in fs2si()
A Dfs2siz.c16 FP_UNPACK_SP(A, fa); in fs2si_z()
A Dfs2ui.c16 FP_UNPACK_SP(A, fa); in fs2ui()
A Dfs2uiz.c16 FP_UNPACK_SP(A, fa); in fs2ui_z()
/linux/arch/powerpc/math-emu/
A Dmath_efp.c220 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
222 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
225 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
418 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
493 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
494 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
496 FP_UNPACK_SP(SB0, vb.wp); in do_spe_mathemu()
497 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
500 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
501 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
/linux/arch/alpha/math-emu/
A Dmath.c135 FP_UNPACK_SP(SA, &va); in alpha_fp_emul()
136 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
230 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/linux/arch/sparc/math-emu/
A Dmath_32.c373 case 5: FP_UNPACK_SP (SA, rs1); break; in do_one_mathemu()
394 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu()
A Dmath_64.c389 case 5: FP_UNPACK_SP (SA, rs1); break; in do_mathemu()
407 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu()
/linux/include/math-emu/
A Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/linux/arch/sh/math-emu/
A Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)

Completed in 14 milliseconds