Home
last modified time | relevance | path

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

/Linux-v5.4/arch/nds32/math-emu/
Dfadds.c15 FP_UNPACK_SP(A, fa); in fadds()
16 FP_UNPACK_SP(B, fb); in fadds()
Dfmuls.c15 FP_UNPACK_SP(A, fa); in fmuls()
16 FP_UNPACK_SP(B, fb); in fmuls()
Dfsubs.c16 FP_UNPACK_SP(A, fa); in fsubs()
17 FP_UNPACK_SP(B, fb); in fsubs()
Dfcmps.c13 FP_UNPACK_SP(A, fa); in fcmps()
14 FP_UNPACK_SP(B, fb); in fcmps()
Dfdivs.c15 FP_UNPACK_SP(A, fa); in fdivs()
16 FP_UNPACK_SP(B, fb); in fdivs()
Dfnegs.c14 FP_UNPACK_SP(A, fa); in fnegs()
Dfsqrts.c14 FP_UNPACK_SP(A, fa); in fsqrts()
Dfs2d.c16 FP_UNPACK_SP(A, fa); in fs2d()
Dfs2si.c16 FP_UNPACK_SP(A, fa); in fs2si()
Dfs2siz.c16 FP_UNPACK_SP(A, fa); in fs2si_z()
Dfs2ui.c16 FP_UNPACK_SP(A, fa); in fs2ui()
Dfs2uiz.c16 FP_UNPACK_SP(A, fa); in fs2ui_z()
/Linux-v5.4/arch/powerpc/math-emu/
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-v5.4/arch/alpha/math-emu/
Dmath.c133 FP_UNPACK_SP(SA, &va); in alpha_fp_emul()
134 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
228 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/Linux-v5.4/arch/sparc/math-emu/
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()
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-v5.4/include/math-emu/
Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/Linux-v5.4/arch/sh/math-emu/
Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)