Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c221 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
223 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
226 FP_UNPACK_SP(SA, va.wp + 1); in do_spe_mathemu()
419 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
494 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
495 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
497 FP_UNPACK_SP(SB0, vb.wp); in do_spe_mathemu()
498 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
501 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu()
502 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
/OK3568_Linux_fs/kernel/arch/nds32/math-emu/
H A Dfadds.c15 FP_UNPACK_SP(A, fa); in fadds()
16 FP_UNPACK_SP(B, fb); in fadds()
H A Dfmuls.c15 FP_UNPACK_SP(A, fa); in fmuls()
16 FP_UNPACK_SP(B, fb); in fmuls()
H A Dfsubs.c16 FP_UNPACK_SP(A, fa); in fsubs()
17 FP_UNPACK_SP(B, fb); in fsubs()
H A Dfcmps.c13 FP_UNPACK_SP(A, fa); in fcmps()
14 FP_UNPACK_SP(B, fb); in fcmps()
H A Dfdivs.c15 FP_UNPACK_SP(A, fa); in fdivs()
16 FP_UNPACK_SP(B, fb); in fdivs()
H A Dfnegs.c14 FP_UNPACK_SP(A, fa); in fnegs()
H A Dfsqrts.c14 FP_UNPACK_SP(A, fa); in fsqrts()
H A Dfs2d.c16 FP_UNPACK_SP(A, fa); in fs2d()
H A Dfs2uiz.c16 FP_UNPACK_SP(A, fa); in fs2ui_z()
H A Dfs2ui.c16 FP_UNPACK_SP(A, fa); in fs2ui()
H A Dfs2siz.c16 FP_UNPACK_SP(A, fa); in fs2si_z()
H A Dfs2si.c16 FP_UNPACK_SP(A, fa); in fs2si()
/OK3568_Linux_fs/kernel/arch/alpha/math-emu/
H A 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()
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H 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()
H 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()
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dsingle.h78 #define FP_UNPACK_SP(X,val) \ macro
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dmath.c58 #define UNPACK_S(f,r) FP_UNPACK_SP(f,&r)